Question
Body mass index is calculated using weight in pounds and height in inches. Create a web page that will calculate and display the BMI and
Body mass index is calculated using weight in pounds and height in inches. Create a web page that will calculate and display the BMI and appropriate weight range. Use should enter 3 values: weight in pounds, height in feet and inches. Validate the user input. (Numbers should represent possible normal adult human heights and weights!) The formula for calculating BMI is: BMI = Weight * 703 / Height2 BMI ranges are as follows: Under 18.5 Underweight 18.5 24.9 Normal weight 25 29.9 Overweight Over 30 Obese Your page should be attractive and responsive. Include a clear button. Display BMI with 2 decimal places.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started