Question 2 of 76 from exam 1Z0-808: Java SE 8 Programmer I

Question 2 of 76 from exam 1Z0-808: Java SE 8 Programmer I

Question

Given the code fragment:

if (avart++ < 10) {
System. out.println(avar + " Hello world!")

} else {
System.out.println(avar +

Hello Universe!"

What is the result if the integer aVar is 9?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

A.