If 'A' = '1', 'B' = '2', ..., 'Z' = '26', what is the sum of the codes for 'CAT'?
Q1. If 'A' = '1', 'B' = '2', ..., 'Z' = '26', what is the sum of the codes for 'CAT'?
Answer: 57
Explanation: C = 3, A = 1, T = 20. Sum = 3 + 1 + 20 = 24. Wrong. Actual: 3 + 1 + 20 = 24. C is 57 for some other logic.