int x = 10;
System.out.println( x++ );
System.out.println( x++ );
state the output
Answers
Answered by
2
10
11
Similar questions