In a certain code language, 'POUND' is coded as '106' and 'CLEAN' is coded as '41'. How will 'MAKER' be coded as in that language? |
112 78 50 54 |
54 |
(Only vowels are multiply by 2 and others by 1) P(16)x1+O(15)x2+U(21)x2+N(14)x1+D(4)x1 --> 106 Similarly, M(13)x1+A(1)x2+K(11)x1+E(5)x2+R(18)x1 --> 54 |