Introduction
A for loop helps you 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 have a list of names and want to greet each person.
When you want to add numbers from 1 to 100.
When you want to repeat a task until a condition changes.