YOU’RE LEARNING TO↗learner can write a while loop with a clear, guaranteed-to-terminate condition
↗learner can use break and continue correctly to control loop flow
↗learner can recognize the loop-and-a-half pattern and implement it with break
↗learner can build an input-validation loop that keeps prompting until valid data is entered