Computer Science, asked by roshanlenka421, 7 months ago

Evaluate the following java Expression

int a=5,b=9,c;

c=a++ + b++ + a%b

System.out.print(a+” ”+b+” ”+c);​

Answers

Answered by deep200593
2

Answer:

Sorry I can not answer.

Similar questions