Question: Using python Write a python script to calculates a person s body mass index (BMI). The BMI is often used to determine whether a person

Using python  Using python Write a python script to calculates a person s

Write a python script to calculates a person s body mass index (BMI). The BMI is often used to determine whether a person is overweight or underweight for his or her height. BMI is calculated with the following formula: BMI = weight/(height)^2 times 703 Weight is measured in pounds (lb) and height is measured in inches (in). The program should ask the user to enter his or her weight and height and then display the user's BMI. The program should also display a message indicating whether the person has optimal weight, is underweight, or is overweight based on the given table

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!