Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed

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

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

Recommended Textbook for

Intelligent Databases Technologies And Applications

Authors: Zongmin Ma

1st Edition

1599041219, 978-1599041216

More Books

Students also viewed these Databases questions

Question

Azure Analytics is a suite made up of which three tools?

Answered: 1 week ago