Introduction to Programming > While Loops > Flashcards
while loop general formula
while ()
when does while loop stop
when continuation condition is false
when do we use a while loop over a for loop
when were not sure how many times a loop ha to iterate