Question: Write a function that calculates the average, minimum, and maximum of the arguments that you give on the command line. For example, if the program

Write a function that calculates the average, minimum, and maximum of the arguments that you give on the command line. For example, if the program is called stats, you should get the following output: 7 3 $ ./stats 2 9 8 Average is 5.8 Minimum is 2 Maximum is 9 Your main program should look like the following: #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
