Question: If \'RAT\' is coded as \'SBU\', what is the code for \'BAT\'?
Options:
Correct Answer: CBU
Solution:
Each letter is shifted by +1: R->S, A->B, T->U. Therefore, B->C, A->B, T->U, so BAT is coded as CBU.