A flow chart for the following problem. Just a flowchart. 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.