Question: i need help Create a function using JavaScript that calculates the area of a triangle. *b*h Validate that the Width and Height are both numbers.

i need help

i need help Create a function using JavaScript that calculates the area

Create a function using JavaScript that calculates the area of a triangle.

*b*h

Validate that the Width and Height are both numbers.

Validate that both the Width and Height are greater than 0.

Validate that neither the Width is more than 2X the Height or the Height is more than 2X the Width.

The function should be called from the onclick event of the Calculate Area button.

The result should be stored in the text box at the bottom of the form and the result should be displayed in bold.

All formatting should be done in CSS and the style sheet should be external.

Style sheet should be saved to your styles folder.

JavaScript Function should be in an external script file .

Part 2

Using the above form, add another section under the The Area is

Add 5 input boxes horizontally. Make sure they all fit on one line.

Allow the user to enter 5 whole numbers.

Validate that they are all entered and are numbers.

Create another button on the form named Find Minimum Number

Create an area to display the Minimum number.

Create another button the form name Find Maximum Number

Create an area to display the Maximum number.

Part 3

Adding to part 2 (below it on the same form) add another text box.

Validate that it is a number greater than 100.

Create a button that will Calculate the square root of the number.

Display the on an alert button The square root of (original number) is (the answer).

Take that answer and round it to a whole number.

Calculate the square root of that number.

Display on an alert button The square root of (number) is (the answer)

Repeat steps 5, 6, and 7 --- five times using an loop.

Enter the width and height of your triangle to calculate the area Width (b): Height (h): Calculate area The area is: Enter the width and height of your triangle to calculate the area Width (b): Height (h): Calculate area The area is

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!