Question: JAVA create a class `Mean` that will create an `ArrayList` of `Double` , reading `double` s from the console into it, each on a separate
JAVA
create a class `Mean` that will create an `ArrayList` of `Double`, reading `double`s from the console into it, each on a separate line (until the user types `ctrl-D`, by pressing the control and `D` keys, (`ctrl-Z` on Windows), to indicate the end of the list), and calculate and print the arithmetic mean of the numbers in this list.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
