Step-by-step explanation:
In computer programming, iterations enable programmers to streamline design and development,
since they know that definite steps will be repeated and many irrelevant steps will be removed.
The steps that are part of the loop will be repeated. To show this repetition, they are indented in
the code.