coder52 / Cpp-Primer-Solutions-2013

MIT License
0 stars 0 forks source link

Page 141 Exercise 4.4: #10

Closed coder52 closed 3 years ago

coder52 commented 3 years ago

Parenthesize the following expression to show how it is evaluated. Test your answer by compiling the expression (without parentheses) and printing its result. 12 / 3 4 + 5 15 + 24 % 4 / 2