The Mosteller Formula is often used by doctors and dieticians to estimate the surface area of a

Question:

The Mosteller Formula is often used by doctors and dieticians to estimate the surface area of a person's body given their height and weight. The formula is as follows, where height is assumed to be in centimeters, weight is in kilograms, and surface area is in square meters:

height x weight surface area area 3600

Create a Web page named surface.html that calculates a person's body surface area using this formula. The page should have text boxes where the user can enter the person's weight (in pounds) and height (in inches). At the click of a button, a function should be called to calculate and display the surface area (in square feet) in a page division.
Since the Mosteller Formula is defined using metric values, you will need to load the convert.js library in the HEAD of the page in order to perform the required conversions. In particular, you will need to convert the user inputs from pounds to kilograms and from inches to centimeters before calculating the surface area using the Mosteller Formula. Once you have the area in square meters, you will need to convert it to square feet before displaying the result in the page.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: