What is the order of execution
of
an
Arithmetic expression if
there are more than one
arithmetic operaters?
Answers
Answered by
2
Answer:
When there is more than one arithmetic operator in an expression, multiplication, division, and modulo are calculated first, followed by subtraction and addition. If all arithmetic operators in an expression have the same level of precedence, the order of execution is left to right.
Answered by
0
Answer:
When there are one or more arithmetic operators in a Expression, division and multiplication are used to be calculated first. The sequence of execution is to be left to the right side
Explanation:
Similar questions