(Solved) : Write Program Javascript Reads Numbers Keyboard Standard Input One Per Line Detects 0 Zero Q43983902 . . .
Write a program in javascript that reads numbers fromthe keyboard (standard input), one per line, until it detects thata 0 (zero not an ‘oh’) has been entered. The 0 does not count aspart of the number series.
After all numbers have been entered print out the number ofitems entered, the sum, the minimum value entered, the maximumvalue entered, and the arithmetic mean (one on each line), in theorder listed here.
Expert Answer
Answer to Write a program in javascript that reads numbers from the keyboard (standard input), one per line, until it detects that…
OR