ICSE Class 10 Computer Applications Question 3 of 25

Values and Data Types — Question 3

Back to all questions
3
Question

Question 3

What is the result of evaluating the following expression?
(3 + 6 * 7) / 3 + 2

Answer

    (3 + 6 * 7) / 3 + 2
⇒ (3 + 42) / 3 + 2
⇒ 45 / 3 + 2
⇒ 45 / 3 + 2
⇒ 15 + 2
⇒ 17