CBSE Class 11 Computer Science Question 101 of 173

Data Handling — Question 30

Back to all questions
30
Question

Question 30

Write an expression that uses exactly 3 arithmetic operators with integer literals and produces result as 99.

Answer

9 * 10 + 21 % 12
Answer