Objective
- Define the problem by constructing an algorithm using pseudocode
- Create an IPO diagram showing input, output, and processing steps
- What control structures (sequence, selection and repetition) are required?
- What variables are required?
- Show a check of your solution with test data for at least two valid test cases
1. Add three numbers and print the total
Take your previous solution for this assignment and break into modules.
3. Find the average temperature
Take your previous solution for this assignment and break into modules.
4. Compute the roof runnoff
Take your previous solution for this assignment and break into modules.