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
Get step-by-step solutions from verified subject matter experts
