Question: If \'HELLO\' is coded as \'IFMMP\', what is the code for \'WORLD\'?
Options:
Correct Answer: XPSME
Solution:
Each letter is shifted by +1: W -> X, O -> P, R -> S, L -> M, D -> E. So, WORLD = XPSME.