Question: C program Write a program that asks for a user input of 10 integers. The program should print the all the integers and should offer
C program
Write a program that asks for a user input of 10 integers. The program should print the all the integers and should offer three options as follows:
Enter a choice:
0 Find the minimum
1 Find the maximum
2 Find the average
Based on the user choice (0,1 or 2), the program should print the minimum, maximum or average of the user-input integers. Codes that do not use array of pointers to functions will have a grade of zero.
****Your homework should include a report that includes a flowchart or pseudocode of each question and the input/output screen. Your codes should include many comments. If you do not have a flowchart/pseudocode, your homework will not be evaluated and your grade will be zero. PLEASE WITH FLOWCHART OR PSEUDOCODE
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
