Question: Locate the exercise 0 5 Part 3 ( ) function in the exercise - 0 5 . js file. Create the following variables: numberOne numberTwo

Locate the exercise05Part3() function in the exercise-05.js file.
Create the following variables:
numberOne
numberTwo
numberThree
total
average
Prompt the user to enter three numbers and store them in the three number variables.
Convert each entered value into a number with the Number() function.
Add the three number variables together and put the results into the total variable.
Calculate the average of the three numbers by dividing the total variable by the number 3. Put the results into the average variable.
Display each entered number to the page with some text preceding it.
Display the total to the page with some descriptive text.
Display the average to the page with some descriptive text.

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!