Computer Science, asked by smnmk94, 8 months ago

Q. Which operator has equal
precedence over multiplication operator?​

Answers

Answered by No123456
1

Explanation:

this case, A equals 18 because the parentheses have higher operator precedence than the multiplication operator; the expression inside the parentheses is evaluated first, and the result is multiplied by two.

...

Note.

Priority Operator

Fourth * (multiplication)

# and ## (matrix multiplication)

/(division)

MOD (modulus)

Answered by Anonymous
1

Answer:

In this case, A equals 18 because the parentheses have higher operator precedence than the multiplication operator; the expression inside the parentheses is evaluated first, and the result is multiplied by two

Explanation:

Hope it helps

Similar questions