A code replaces each letter with the letter three positions ahead. What is 'CAT'?
Q1. A code replaces each letter with the letter three positions ahead. What is 'CAT'?
Answer: FDW
Explanation: Shifting 'C', 'A', 'T' three positions ahead, we get 'F', 'D', 'W'. Hence, 'CAT' is 'FDW'.