InterviewSolution
Saved Bookmarks
| 1. |
e) of these5, If CODE is written as D4E2, then how will beLATE written?a) 0120c) N1U2e) of theseb) M1S2d) M2U2 |
|
Answer» C = D ( C+1 ) O= 4 ( 4th Vowel ) D = E ( D+1 ) E = 2 ( 2nd Vowel ) So Each Consonant is to be replaced with next Alphabet . And Each Vowel is to be replaced with its place value ( A =1 E =2 I =3 O = 4 U =5). LATE = M1U2 the right answer is option d |
|