Question
If ‘DEFINE’ is coded as '18', ‘CLUSTER’ is coded
as '42', then what is the code for 'PROGRAM' in the same code language?Solution
The logic followed here is: The words are coded as two times of the sum of the positional value of the 1 st and the last letter from the left end as per the English alphabetical series. DEFINE = 2 X (4 + 5) = 2 X 9 = 18. CLUSTER = 2 X (3 + 18) = 2 X 21 = 42. PROGRAM = 2 X (16 + 13) = 2 X 29 = 58.
More Coding Decoding Questions