MCQs > IT & Programming > Java > Output of the given console application? public class Test18 { public static void main(String[] args) { for (int i=0; i<7; i++) { if (i==4) continue; System.out.print(i); } } }

Java MCQs

What is the output of the given console application? public class Test18 { public static
void main(String[] args) { for (int i=0; i<7; i++) { if (i==4) continue; System.out.print(i); } }
}

Answer

Correct Answer: 012356

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Java Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Java Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it