In a certain code, A is written as Z, B as Y, C as X, and so on in reverse order of the alphabet. How is CAT written in this code?
- A. XYG
- B. XZF
- C. XZG ✓
- D. YZG
Correct answer
C. XZG
Explanation
Each letter is replaced by its mirror position from the end of the alphabet (position p becomes 27-p): C(3)->X(24), A(1)->Z(26), T(20)->G(7), giving XZG.