Students who complete this unit will demonstrate that they can:
- Choose appropriate conditional and iteration constructs for a
given programming task.
- Use a while loop for repetitive behavior
- Identify infinite loops
- Identify and use loop variables
- Use a for loop for repetitive behavior
- Use the range function for counting in loops
- Use nested loops