Correct option is B
Logic of the Code:
Each letter of the word is shifted forward by 1 position in the English alphabet.
For example:- "HAPPY" becomes:
- H → I
- A → B
- P → Q
- P → Q
- Y → Z
Result: "IBQQZ"
- Similarly, "SAD" becomes:
- S → T
- A → B
- D → E
Result: "TBE"
- "HAPPY" becomes:
Apply the same logic to "LOVE":
- L → M
- O → P
- V → W
- E → F
Result: "MPWF"
Answer:
The word "LOVE" will be written as "MPWF".
Correct Option: (b) MPWF