Question No:17
int a=5;
System.out.print(++a);
System.out.print(a++);
Choose correct result:-
66
56
67
65
Answers
Answered by
1
Answer:
the answer is 65 !!! I hope it will help you
Similar questions