1Z0-811 Java Basics and Syntax • Set 6
1Z0-811 Java Basics and Syntax Practice Test 6 — 15 questions with explanations. Free, no signup.
Given the loop: for (int i=0; i<5; i++) { if (i==2) continue; System.out.print(i); } What is the output?
Choose an answer to begin — your selection is scored in the full session.
15 questions · instant feedback and full explanations after every question.