Question: If \'A\' is coded as \'1\', \'B\' as \'2\', and so on, what is the code for \'CAB\'?
Options:
Correct Answer: 321
Solution:
C=3, A=1, B=2; thus CAB=312.