Answered step by step
Verified Expert Solution
Question
1 Approved Answer
For the following programs, you should run each of them using Dev-C++. You answer should include screen shots of your code and program outputs. Your
For the following programs, you should run each of them using Dev-C++. You answer should include screen shots of your code and program outputs. Your programs should be properly commented. Problem 1 . Use C NOT C++.
Please includ the answer as a Text, so I can copy and paste it to test it.
Problem 1 write a program that calculates the user's body mass index (BMI and catego- rizes it as underweight, normal, overweight, or obese, based on the following table from the United States Centers for Disease Control: BMI Weight Status Below 18.5 Underweight 18.5-24.9 Normal 25.0-29.9 Overweight 30.0 and above obese To calculate BMI based on weight in pounds (wt lb) and height in inches (ht in), use this formula (rounded to tenths 703 x tut lb ht in Prompt the user to enter weight in pounds and height in inchesStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started