(Solved) : 3 Write Program Inputs 100 Real Numbers Keyboard One Time Number Greater 10e9 Input Keybo Q44116247 . . .
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 Show transcribed image text 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
Expert Answer
Answer to 3) Write a program that inputs up to 100 real numbers from the keyboard (one at a time). When a number greater than 1.0e…
OR