1 / 5

What is the loop that continues to run as long as the given condition is true?

counter
=
0
counter
<
5:
print(counter)
counter
+=
1