Question: c code for the problem Problem 2: Write a C program that takes 4 integers from the command line and computes their average, their maximum

c code for the problem
c code for the problem Problem 2: Write a C program that

Problem 2: Write a C program that takes 4 integers from the command line and computes their average, their maximum and their minimum. Your program should display an "ERROR!" if the user enters does not enter only 4 integers. Sample input/output 1 : \$./Problem2 1257122 The average of all the integers is: 36.67 The minimum of all the integers is: 5 The maximum of all the integers is: 71 Sample input/output 2: \$./Problem2 33 ERROR!! - Submit your solution in a file called "Problem2.c

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!