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