Question:medium

If in a special coded language : BOOK is written as 8 ; TABLE is written as 7 ; & BOTTLE is written as 1 ; Then, how would COMPUTER be written in that language ? 
 

Show Hint

In coding-decoding questions, always try simple operations on the letter count first: multiply, divide, add, or subtract. Here, $\text{letters} \div 2$ gives the code.
Updated On: Apr 1, 2026
  • 6
  • 7
  • 2
  • 4
  • 13
Show Solution

The Correct Option is D

Solution and Explanation

Was this answer helpful?
0