Computer Science, asked by nematsiddique, 8 months ago

Write output:-

int x=5;

x+ =x++ + ++x%3;

System.out.println(x);​

Answers

Answered by ZediTheGreat01
2

Answer:

x = 11

Explanation:

hops so that it helps u

Similar questions