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. 15Following the order of operations (BODMAS), multiplication and division are evaluated before addition. So the expression becomes: 10 + (10 / 2) = 10 + 5 = 15.

  1. A.

    10

  2. B.

    12

  3. C.

    15

  4. D.

    20

Attempted by 37 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.

Explore the full course: Isro

Loading lesson…