Electrical and Computer Engineering
40 of 45
UAH
CPE 112
Problem Solving Case Study
•Outputs: The average (float) for each site, displayed to two decimal places.
•Discussion: Several loops are required: one to process the data from all sites, one to sum the 12 values at each site, two more loops for data validation
•Assumption: The user processes data for at least one site.