In a certain code language, the word ORANGE is written as PSBOHF. Following the exact same coding rule, what is the code for the word GRAPE?
Answer: HSBQF / hsbqf
Answer
The code for the word GRAPE is HSBQF.
Each letter in the original word is shifted forward by one position in the alphabet. Applying this +1 shift to the letters of GRAPE gives G -> H, R -> S, A -> B, P -> Q, and E -> F, resulting in the code HSBQF.
Step-by-Step Solution
Key Concept
Forward Alphabetical Position Shift