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

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

1 Expert Approved Answer
Step: 1 Unlock

To solve this problem you need to write a C program that ... View full answer

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!