Question: Write a C program that keeps reading real numbers from standard input and determines whether this number is a minimum or a maximum as compared

Write a C program that keeps reading real numbers from standard input and determines whether this number is a minimum or a maximum as compared to all the numbers already read. Then main() prints both minimum and maximum numbers to the standard output. Then main() continues reading another real number and this process repeats until EOF occurs.

Note: Program should print a proper message if there are no inputs.

Program should properly function if there is only one input.

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!