In: Computer Science
DESIGN A FLOWCHART IN THE APPLICATION FLOWGORITHM
Exercise called: Number Analysis Program
Requirement: Make two modules in function and two modules in regular mode that carry out the processes and print the particular result and two function modules where the results are printed in the main.
Design a program that asks the user to enter a maximum of 20 numbers. The program should store the numbers in an array and then display the following data:
1-The lowest number in the array.in2-The highest number in the array.
3-The total of the numbers in the array.
4-The average of the numbers in the array.
PLEASE AND THANK YOU
Function first to find the lowest
Function second to find the highest
OUTPUT OF THE FLOW CHART
Hope this helps. In case of any query, please reply in the comment section. Thank You.