Correct option is C
Given Code Rules:
- ALBERT → BNEIWZ
- ZEBRA → AGEVF
We’ll analyze the letter-by-letter transformation and use the pattern to encode MICHEL.
Solution:
Step 1: Analyze ALBERT → BNEIWZ

Now observe each transformation (convert letters to positions A=1 to Z=26):
- A(1) → B(2): +1
- L(12) → N(14): +2
- B(2) → E(5): +3
- E(5) → I(9): +4
- R(18) → W(23): +5
- T(20) → Z(26): +6
Pattern: Add +1, +2, +3, +4, +5, +6 to each successive letter.
Step 2: Apply same pattern to MICHEL

Now apply +1 to +6 respectively:
- M(13) +1 → 14 → N
- I(9) +2 → 11 → K
- C(3) +3 → 6 → F
- H(8) +4 → 12 → L
- E(5) +5 → 10 → J
- L(12) +6 → 18 → R
So, MICHEL → NKFLJR
Final Answer: (C) NKFLJR