Question: In a certain code, \'CIRCLE\' is written as \'DJSDFM\'. How is \'SQUARE\' written in that code?
Options:
Correct Answer: TQVBDF
Solution:
Each letter is shifted by +1: C->D, I->J, R->S, C->D, L->M, E->F. Applying the same shift to \'SQUARE\': S->T, Q->R, U->V, A->B, R->S, E->F gives \'TQVBDF\'.