Introduction
An until loop repeats actions until a condition becomes true. It helps you do something over and over until you want to stop.
When you want to keep asking a user for input until they give a valid answer.
When you want to count up or down until a number reaches a limit.
When you want to repeat a task until a certain event happens.
When you want to wait for a condition to become true before moving on.