Question: Design a simple, visually pleasant, JavaScript - based app that performs a simple statistical analysis on a small set of numbers. Your program should take

Design a simple, visually pleasant, JavaScript-based app that performs a simple statistical analysis on a small set of numbers.
Your program should take three numbers (each entered into a separate text box) and display on the screen: the maximum, minimum, average (arithmetic mean), median, and range (max - min).
For example, if the three numbers are 3,5, and 13, the answers should be: max =13, min =3, mean =7.0, median =5, and range =10
Design the html form for the app (with three text boxes with the proper labels + a 'Calculate' button + placeholders (

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!