Iteration: "For" Loops
- The "for" loop
- General Structure
- How ITEM is accomplished
- Examples:
- How to decide which loop to use: "for" or "while"
- Use "for" loop when number of iterations is known at outset
- Use "while" loop if number is unknown or depends on a non-numeric
condition