Design a complete program that asks the user to enter a seriesof 20 numbers. The program should store the numbers in an array andthen display each of the following data:
I. The lowest number in the array
II. The highest number in the array
III. The total of the numbers in the array
IV. The average of the numbers in the array
*PYTHON NOT PSUEDOCODE AND FLOW CHART!!!!*