Computer Science, asked by technoworldcreater, 2 months ago

Evaluate the following expression and predict the output, keeping in mind the precedence of arithmetic operators: a=b*3/4+c/4+5/8; where b=2 and c=4.

Answers

Answered by Thorragnarok57
2

Explanation:

Arithmetic operators follow the same precedence rules as in mathematics, and these are: exponentiation is performed first (when available), multiplication and division are performed next, addition and subtraction are performed last.

Similar questions