#15Multiple Choice

Given the code fragment:
int a = 0;
a++;
System.out.printIn(a++);
System.out.printIn(a);
What is the result?

Previous
Question 15 of 186
Exam 1Z0-803 Topic 1 Question 16
Back to all questions
Next