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
To solve the problem of calculating the average of N input numbers in Java follow these steps Step 1 ... View full answer
Get step-by-step solutions from verified subject matter experts
