USe the guidelines and just show the result no need to say that your weight is over weight or underweight create a BMI calculator using Javascript functions The Body Mass Index (BMI) is a way of estimating the amount of body fat. Its used in medicine to calculate risk of hart disease.
USe the guidelines and just show the result no need to say that your weight is over weight or underweight
create a BMI calculator using Javascript functions
The Body Mass Index (BMI) is a way of estimating the amount of body fat. Its used in
medicine to calculate risk of hart disease.
You can calculate it using the formula below , where weight(mass) is divided by height
squared
Let the user to enter the Weight and Height -> calculate the BMI -> Display Result
Guideline:
Create a unique code ( do not use console to print output)
Create a function bmiCalculator_697 to accept two parameters (i.e weight and Height) and
return the BMI
Javascript program name should be like Assingn1_697
Add Comments to the program
Add the last 3 digits of your student number to variables/ functions
Take clear screen shots of the program source code and the outputs
Step by step
Solved in 2 steps with 1 images