In a certain code, 'YES' is written as '255'. What is 'NO' in that code?
Q1. In a certain code, 'YES' is written as '255'. What is 'NO' in that code?
Answer: 1514
Explanation: The code represents the alphabetical positions, 'Y' = 25, 'E' = 5, 'S' = 19, so 'YES' = 25 5 19, 'NO' = 14 15, thus 'NO' = 1514.