Question: write a c++ program that allows the user to enter any number of non-negative double precision floating point values. The user terminates the input list
write a c++ program that allows the user to enter any number of non-negative double precision floating point values. The user terminates the input list with any negative value. The program then prints the sum, average (arithmetic mean), maximum, and minimum of the values entered. The terminating negative value is not used in the computations.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
