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 10 integers from an operator at a terminal, and then count the number of integers whose value is less than the average value of the integers. Your program is to display the average integer value and the count of integers less than the average.
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.