Computer Science, asked by ashuiihm, 7 months ago

Question No:17
int a=5;
System.out.print(++a);
System.out.print(a++);
Choose correct result:-

66
56
67
65​

Answers

Answered by aryan872035
1

Answer:

the answer is 65 !!! I hope it will help you

Similar questions