Question: In a coding-decoding puzzle, if \'A\' is coded as \'1\', \'B\' as \'2\', and so on, what is the code for the word \'CAB\'?
Options:
Correct Answer: 312
Solution:
C=3, A=1, B=2, so \'CAB\' is coded as 312.