Question: write a c program for the above Write a program that calculates the user's body mass index (BMI) and categorizes it as underweight, normal, overweight,

write a c program for the above
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 CDC. Prompt the user to enter weight in pounds and height in inches. Use the following formula to calculate BMI: BMI = (703*wt1b)/(ht in)2. Print the weight status according to the table below. BMI Below 18.5 18.5-24.9 25.0-29.9 30.0 and above Weight Status Underweight Normal Overweight Obese
Step by Step Solution
There are 3 Steps involved in it
To solve this problem you need to write a C program that ... View full answer
Get step-by-step solutions from verified subject matter experts
