Construct a solution algorithm for the following programming problems. Your solution should contain:
• a defining diagram
• a list of control structures required
• a pseudocode algorithm
• a desk check of the algorithm.
Design an algorithm that will prompt for and receive up to 20 integers from an operator at a terminal and display to the screen the average of the integers. The operator is to input a sentinel of 999 after the required number of integers (up to 20) have been entered.
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.