If LSJXVC is the code for MUMBAI, the code for DELHI is
If LSJXVC is the code for MUMBAI, the code for DELHI is
- CCIDD
- CDKGH
- CCJFG
- CCIFE
Answer
The code is generated by shifting before n alphabets where n is the position of the letter in the word.
MUMBAI
- M : 1; M - 1 = L
- U ; 2 ; U - 2 = S
- M : 3 ; M - 3 = J
- B : 4 ; B - 4 = X
- A : 5 ; A - 5 = V
- I : 6 ; I - 6 = C
So, MUMBAI is coded as LSJXVC.
DELHI
- D : 1; D - 1 = C
- E ; 2; E - 2 = C
- L : 3; L - 3 = I
- H : 4; H - 4 = D
- I : 5; I - 5 = D
So, DELHI is coded as CCIDD.
The correct option is A.