Question: Java please Calculate the average of N numbers. An int will be inputed by the user to specify how many numbers the user will enter

Java please

Calculate the average of N numbers. An int will be inputed by the user to specify how many numbers the user will enter for the average later. The user will then input N doubles. After the N doubles are read, the average should be printed.

The average should be printed using the System.out,println method

input Output

2

3.0 7.0

5.0

4

1.2 3.4 9.0 12.0

6.4

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

To solve the problem of calculating the average of N input numbers in Java follow these steps Step 1 ... View full answer

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!