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
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
Get step-by-step solutions from verified subject matter experts
