Write an algorithm and draw the flowchart that will ask the user to enter 10 integer numbers from the keyboard. The algorithm will find and print; a. the average of all numbers entered. b. the average of even numbers entered. c. the average of odd numbers entered. • IMPORTANT REMINDER: There should be only 1 algorithm and 1 flowchart. In the algorithm, you will have 10 numbers as input and 3 outputs; average of all numbers, average of even numbers and average of odd numbers.