Write a main function | Computer Science homework help
Write a main function that asks the user for four floats and then outputs the minimum, maximum, their sum and mean value.use the functions from (a) – (d) to implement this.(a) Take two floats as argument and returns the minimum of those.(b) Take four floats as argument and returns the minimum. Make use of the function defined in a)(c) Are the same as in […]