Question: If A = 1, B = 2, C = 3, ..., Z = 26, what is the code for the word \'CAT\'?
Options:
Correct Answer: 24
Solution:
\'C\' = 3, \'A\' = 1, \'T\' = 20. So, 3 + 1 + 20 = 24.