Question: Write a C main() program that keeps reading real numbers from standard input and calls a MinMax() function to determine whether this number is a
Write a C main() program that keeps reading real numbers from standard input and calls a MinMax() function to determine 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.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
