Question: Write a program in javascript that reads numbers from the keyboard (standard input), one per line, until it detects that a 0 (zero not an
Write a program in javascript that reads numbers from the keyboard (standard input), one per line, until it detects that a 0 (zero not an oh) has been entered. The 0 does not count as part of the number series.
After all numbers have been entered print out the number of items entered, the sum, the minimum value entered, the maximum value entered, and the arithmetic mean (one on each line), in the order listed here.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
