Introduction
Loops help repeat actions many times without writing the same code again and again.
When you want to count from 1 to 10 and do something each time.
When you need to check every item in a list or collection.
When you want to keep asking a user for input until they give a valid answer.
When you want to repeat a task until a certain condition is met.