[solved] – Question 99874
1.Write a program that prompts a user as to how many floating-point numbers are to be entered and then have them enter the numbers (do this is a loop). The program should print a table showing the minimum, maximum and average of these numbers. The program should include at least the following functions:
a.A function that does the prompting for the numbers
b.A function that accepts two floating point numbers and returns their minimum
c.A function that accepts two floating point numbers and returns their maximum
d.A function that prints the “report” of the data.
Expert Answer
OR