Question: 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

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 statistic 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
**Note: this is a program in C++**
Write a program that inputs up to 100 real numbers from the

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!