if int y = 8, then what will be the output of the
two statements.
Sytem out println(++y);
System out println (y++);
Answers
Answered by
1
- 9
- 8
Similar questions