Computer Science, asked by anushkaghosh234, 19 hours ago

Evaluate the following equations using operator precedence and then
test the result in the spreadsheet
1. 8-4/2
2. 5*5+8
3.3+5*4
4. 2^5+8
(Pls can anyone tell me the steps to do this?)

Answers

Answered by swatijaiswal8881
1

Answer:

1. 8-4 = 2 / 2 = 1

2. 5*5 = 25 +8 = 33

3. 3+5=8 * 4 = 24

4. 2^5 = 32 + 40

these are the correct answers

Similar questions