Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

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++**
image text in transcribed
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

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions