Enter the score given by judge # 1: 3 Enter the score given by judge # 2: 4.5 Enter the score given by judge # 3: 6.7 Enter the score given by judge # 4: 89 Invalid score- Please reenter( Valid Range: 0- 10) Enter the score given by judge # 4: 8 Enter the score given by judge # 5: 9.2 What was the degree of difficulty? 1.9 Invalid degree of difficulty- Please reenter( Valid Range: 1- 1.67) What was the degree of difficulty? 2 Invalid degree of difficulty- Please reenter( Valid Range: 1- 1.67) What was the degree of difficulty? 1.2 Diver: Sue Jones, City: Dallas Overall score was 7.68 Do you want to process another diver( Y / N)? y Enter the diver ' s name: Dave Smith Enter the diver ' s city: Houston Enter the score given by judge # 1: 5.7 Enter the score given by judge # 2: 6.8 Enter the score given by judge # 3: 7.6 Enter the score given by judge # 4: 8.7 Enter the score given by judge # 5: 6.7 What was the degree of difficulty? 1.1 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 Calculate the overall diver ' s score Display the diver ' s information and overall score Add diver ' s overall score to the final score Add 1 to the number of divers Prompt the user if she wants to process another diver