loops Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

FOR loop

A

This will repeat lines of code for a set number of times.​

A FOR loop has a definite number of loops.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

WHILE loop

A

This will keep repeating lines of code until a variable or condition changes. A WHILE loop may loop forever if the condition doesn’t change.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly