This computer science problem involves algorithmic thinking and programming concepts. The solution below explains the approach, logic, and implementation step by step.
ScanSolve AI Answer
Here's how to solve each question: Question 1: If in a certain language, PAPER is written as OZODQ. Which word would be written as RZKD? Step 1: Analyze the coding pattern for PAPER to OZODQ. P (16) → O (15) = -1 A (1) → Z (26) = -1 (wraps around) P (16) → O (15) = -1 E (5) → D (4) = -1 R (18) → Q (17) = -1

