Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In business applications, you are often asked to compute the mean and standard deviation of data. The mean is simply the average of the numbers.

In business applications, you are often asked to compute the mean and standard deviation of data. The mean is simply the average of the numbers. The standard deviation is a statistic that tells you how tightly all the various data are clustered around the mean in a set of data. For example, what is the average age of the students in a class? How close are the ages? If all the students are the same age, the deviation is 0.

Write a program that prompts the user to enter ten numbers, and displays the mean and standard deviations of these numbers using the following formula:

image text in transcribed

Sample 1:

Enter numbers: 1 2 3 4.5 5.6 6 7 8 9 10

The mean is 5.61

The standard deviation is 2.99794

Sample 2:

Enter a number: 55

Enter a number: 60

Enter a number: 75.66

Enter a number: 81.2

Enter a number: 90.55

Enter a number: 100.1

Enter a number: 66.69

Enter a number: 75.5

Enter a number: 88.88

Enter a number: 99.99

The mean is 79.357

The standard deviation is 15.749124173179341

JAVA PLEASE

12 TL zi 3+9+2n deviation -1 n deviation |f | mean n-1

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored 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

Recommended Textbook for

Deductive And Object Oriented Databases Second International Conference Dood 91 Munich Germany December 18 1991 Proceedings Lncs 566

Authors: Claude Delobel ,Michael Kifer ,Yoshifumi Masunaga

1st Edition

3540550151, 978-3540550150

More Books

Students also viewed these Databases questions

Question

1. Identify six different types of history.

Answered: 1 week ago

Question

2. Define the grand narrative.

Answered: 1 week ago

Question

4. Describe the role of narratives in constructing history.

Answered: 1 week ago