11. Evaluate the following java expressions, if the values of the variables a
a =2, b =3, and c =9
a*( ++b)%c;
Answers
Answered by
0
Answer:
2*4%9
8
so 8 will be the answer
Similar questions