Construct a solution algorithm for the following programming problems. To obtain your final solution, you should:
• define the problem
• group the activities into modules
• construct a hierarchy chart
• establish the logic of the mainline using pseudocode
• develop the pseudocode for each successive module in the hierarchy chart
• desk check the solution algorithm.
At Olympic diving competition level, 10 diving judges award a single mark (with one decimal place) for each dive attempted by a diving competitor. This mark can range from 0 to 10. Design an algorithm that will receive a score from the 10 judges and calculate the average score. The screen should display the following output:
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.