Let's test your knowledge. Is this statement true or false?
The for
loop is used when you don't know the number of times you want to repeat a block of code, but you have a condition that needs to be tested before each iteration.
Press true if you believe the statement is correct, or false otherwise.