Java SE 8 Programmer 1Z0–808 Practice Full Test 1
© examsiri.com
Question : 49 of 84
Marks:
+1,
-0
Given the code fragment:
What is the result if the integer aVar is 9?
if (aVar++ < 10) {
System.out.println(aVar + " Hello World!");
} else {
System.out.println(aVar + " Hello Universe!");
}What is the result if the integer aVar is 9?
Go to Question: