Question: using c++ 3) Write a program that inputs up to 100 real numbers from the keyboard (one at a time). When a number greater than
using c++
3) Write a program that inputs up to 100 real numbers from the keyboard (one at a time). When a number greater than 1.0e9 is input the keyboard input will stop. Then the following statistics for the input data will be computed and printed out to the screen. a) average b) standard deviation c) minimum value d) maximum value e) range = (maximum - minimum) / 2 f) the number of times zero is input
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
