Question: Java programming language BMI Q1. Write a program that calculates the users body mass index (BMI) and categorizes it as underweight, normal, overweight or obese,

 Java programming language BMI Q1. Write a program that calculates the
Java programming language

BMI Q1. Write a program that calculates the users body mass index (BMI) and categorizes it as underweight, normal, overweight or obese, based on it following table from United States Centers for Disease Control: Weight Status Below 18.5 Underweight 18.5-24.9 Normal 25.0-29.9 Joverweight 30.0 and above Obese To calculate BMI based on weight in pounds(wt_lb) and height in inches(ht_in), use this formula: 703*wt_lb Ht_in? Prompt the user to enter weight in pounds and height in inches

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!