Question:medium

In a certain code language, FLOWER is written as GMPXFS. How is GARDEN written in that code?

Updated On: Jan 16, 2026
  • HBSEFO
  • HBSEFM
  • HBSDFO
  • HBSEFN
Show Solution

The Correct Option is A

Solution and Explanation

Pattern analysis:

F → G (+1)
L → M   (+1)
O → P   (+1)
W → X   (+1)
E → F   (+1)
R → S   (+1)

Each letter is shifted forward by one position.

Applying this to GARDEN:

G → H
A → B
R → S
D → E
E → F
N → O

Result: HBSEFO

Was this answer helpful?
1