understand when a while loop should be used
be able to predict output given a sample program
be able to use loop control variable as a tool
be able to use a while loop to control program flow
be able to use a do-while loop to control program flow
understand difference between for loop and a conditional loop
understand when to use a certain kind of loop
HOME |