Write output:-
int x=5;
x+ =x++ + ++x%3;
System.out.println(x);
Answers
Answered by
2
Answer:
x = 11
Explanation:
hops so that it helps u
Similar questions