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
2
Answer:
Sorry I can not answer.
Similar questions