Computer Science, asked by aryanrudrapaul9862, 11 months ago

11. Evaluate the following java
expressions, if the values of the variables are:
a =2, b =3, and c =9;
a - (b ++)*(- -c);​

Answers

Answered by avisardar2003
1

Answer:

-22

Explanation:

2-3*8

=2-24=-22(according to BEDMAS)

Answered by ramuram72
0

2-3*8

2-24= -22( by BODMAS rule)

Similar questions