Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions