Question 1
What is the main purpose of a while loop in Java?
Question 2
When is the condition in a while loop checked?
Question 3
What happens if the condition in a while loop is false at the start?
Question 4
Why is an update statement often needed inside a while loop?
Question 5
Which of the following is the best example of a while loop problem?