Computer Science, asked by ankita5857, 1 year ago

why will the output of
int a=5,b=6;
int c=(a++ + ++a)%b--;
System.out.println(c);
be 0 in java?​

Answers

Answered by Milky12345
0

Answer:

we should answer in computer language aa

Answered by ashutosharyan874
0

Answer will be 4

10%6=4

Similar questions