What will be the output of the following expression? 10 + 2 * 5 / 2
What will be the output of the following expression? 10 + 2 * 5 / 2
Answer: C. 15 — Following the order of operations (BODMAS), multiplication and division are evaluated before addition. So the expression becomes: 10 + (10 / 2) = 10 + 5 = 15.
- A.
10
- B.
12
- C.
15
- D.
20
Attempted by 40 students.
Show answer & explanation
Correct answer: C
Following the order of operations (BODMAS), multiplication and division are evaluated before addition. So the expression becomes: 10 + (10 / 2) = 10 + 5 = 15.
Loading lesson…