DESIGN A FLOWCHART IN THE APPLICATION FLOWGORITHM
Exercise called: Number Analysis
Program 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.
2-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
Flowchart for highest number(max() function) is as follows
lowest number(min() function)
Average(avg() function)
Total() Function
main() function
OUTPUT given is as follows
Thank you! if you have any query mention in comments
Main function part 1:
Above two images are the part of main function.
Get Answers For Free
Most questions answered within 1 hours.