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