by solve by using matlab program exercise 1 body mass index bmi is a measure of obes 5151265
By solve by using matlab program…
Exercise 1 Body Mass Index (BMI) is a measure of obesity. In standard units it is calculated by the Formula BMI = Which depends on the weight Win pounds, and height H in inches. The obesity classification is: BMI Below 18.5 18.5 to 24.9 25 to 29.9 30 and above Classification Underweight Normal Overweight Obese Write a program in C that calculates the BMI of a person. The program 1) asks the person to enter his or her weight (lb) and height (in.) 2) The program displays the result in a sentence that reads: “Your BMI value is XXX, which classifies you as SSSS,” where SSSS is the corresponding classification.