Lab 10: Integrated Practice¶
Goal¶
Combine several earlier ideas in a compact but complete program.
Practice Tasks¶
- Read and validate simple user input.
- Use branching to select behavior.
- Use a loop to repeat a task.
- Use at least one function to keep the design organized.
Check Yourself¶
List the exact features your program uses from the course so far.