Question: C program only (no C++) Write a program that calculates the user's body mass index (BMI) and categorizes it as underweight, normal, overweight, or obese,
C program only (no C++) Write a program that calculates the user's body mass index (BMI) and categorizes it as underweight, normal, overweight, or obese, based on the following table from the United States Centers for Disease Control: To calculate BMI based on weight in pounds (wt_lb) and height in inches (ht_in), use this formula (rounded to tenths): 703 times wt_lb/ht_in^2 Prompt the user to enter weight in pounds and height in inches
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
