CIS170C All Assignments CIS170C All Assignments | Page 21

Diver: Dave Smith, City: Houston Overall score was 7.74 Do you want to process another diver (Y/N)? n EVENT SUMMARY Number of divers participating: 2 Average score of all divers: 7.71 Press any key to continue . . . Step 2: Processing Logic Using the pseudocode below, write the code that will meet the requirements. Write report heading Loop as long as there are divers to process Input diver's name and city Initialize highest score, lowest score and total score Using a do-while loop input the 5 judge's scores Validate the score to ensure it is between 0 and 10 Add score to total Determine highest and lowest scores Input and validate the degree of difficulty