Question: In a certain code, \'CIRCLE\' is written as \'DJSFMD\'. How is \'SQUARE\' written in that code?
Options:
Correct Answer: TROFBS
Solution:
Each letter is shifted by +1: C->D, I->J, R->S, C->D, L->M, E->F. Therefore, S->T, Q->R, U->V, A->B, R->S, E->F, so SQUARE is TROFBS.