Question: Really need help with this code! The same question is posted elsewhere on the website but it either isnt correct or it's in a different
Really need help with this code! The same question is posted elsewhere on the website but it either isnt correct or it's in a different language besides C. The program must be written in C.
You need to write a menu driven program.
The program allows a user to enter five numbers and then asks the user to select a choice from a menu. The menu should offer following four options
Display the smallest number entered
Display the largest number entered
Display the sum of the five numbers entered
Display the average of the five numbers entered
You must use a "switch" statement in your code to determine what action to take. Provide an error message if an invalid choice is entered.
Run the program five times, once with each option and once with an invalid option. Each run is to use the following set of data:
18, 21, 17, 44, 9.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
