While Loops Flashcards

1
Q

while loop general formula

A

while ()

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

when does while loop stop

A

when continuation condition is false

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

when do we use a while loop over a for loop

A

when were not sure how many times a loop ha to iterate

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