Question: JAVA question create a class Mean that will create an ArrayList of Double, reading doubles from the console into it, each on a separate line
JAVA question
create a class Mean that will create an ArrayList of Double, reading doubles 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
Get step-by-step solutions from verified subject matter experts
