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
0
Answer:
we should answer in computer language aa
Answered by
0
Answer will be 4
10%6=4
Similar questions