give the output of :
int a=5;
a++;
system.out.println(a);
a-=(a- -)-(- -a);
system.out.println(a);
Answers
Answered by
13
- First output: 6
- Second output: 4
Similar questions