understand the 3 parts of a for loop
be able to use a for loop to repeat a function a certain amount of times
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
understand difference between for loop and a conditional loop
understand when to use a certain kind of loop
HOME |