Computer Science, asked by savitatewari02, 4 months ago

2.If x=10 what will be the output?
System.out.println(++x);
System.out.print(x++);
System.out.print(x++);
System.out.println(++x);
System.out.println(x++);​

Answers

Answered by samarthkrv
0

Answer:

11

111214

14

Explanation:

Similar questions