While Loops Flashcards
1
Q
while loop general formula
A
while ()
2
Q
when does while loop stop
A
when continuation condition is false
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