Question: In a certain code, \'123\' is written as \'CBA\'. How is \'456\' written?
Options:
Correct Answer: FED
Solution:
The code corresponds to the reverse of the numbers: 1->A, 2->B, 3->C. Thus, 4->D, 5->E, 6->F gives \'FED\'.