Question: If \'A\' is replaced by \'@\', \'B\' by \'#\', and \'C\' by \'$\', what is the code for \'CAB\'?
Options:
Correct Answer: @#$
Solution:
\'C\' = \'$\', \'A\' = \'@\', \'B\' = \'#\', so \'CAB\' = \'@#$\'.