Question: In a certain language, \'FISH\' is coded as \'GJTI\'. How is \'BIRD\' coded in that language?
Options:
Correct Answer: CJSF
Solution:
Each letter is shifted by +1: F->G, I->J, S->T, H->I. Therefore, B->C, I->J, R->S, D->E, so BIRD is coded as CJSF.