Loops are one of the most powerful ideas in programming. They let computers do something many times — instantly, perfectly, without complaining. Once you understand loops, you can automate almost anything.
Runs a fixed number of times
Runs until a condition is false