MCQs > IT & Programming > Java > Output of the following code: int a = 5; while(a > 3){ System.out.print(a--); }

Java MCQs

What's the output of the following code: int a = 5; while(a > 3){ System.out.print(a--); }

Answer

Correct Answer: 5 4

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

More Java MCQ Questions

search

Java Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it