Yes, of course: we can use loops to repeat these pieces of code for as often as we want.

Let's start with the for loop, shall we?

See that? In the parentheses after the word for, we put a control variable, a condition and a way to make the condition false at some point.

Does it make sense to use a string here?