Introduction
The break statement stops a loop early when you want to exit before it finishes all steps.
When searching for a specific item in a list and you want to stop once found.
When reading input until a certain condition is met and then stop.
When looping through options but want to exit as soon as a valid choice is detected.