In a certain code language, FLOWER is written as GMPXFS. How is GARDEN written in that code?
Let's examine the pattern:
F → G (+1)
L → M (+1)
O → P (+1)
W → X (+1)
E → F (+1)
R → S (+1)
So, every letter is incremented by 1.
Apply same logic to GARDEN:
G → H
A → B
R → S
D → E
E → F
N → O
Final code: HBSEFO
In a certain code language, `EARTH' is written as `JFWYM'. How is `WORLD' written in that code?