Computer Science, asked by haiderbalach222, 8 days ago

what is the order of execution of an arithmetic expression if there are more than one arithmetic operators??​

Answers

Answered by XxKILLSHOTxX
4

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.

Hope it helps

Similar questions