BMI Calculator Create a C program that will compute for the body-mass index of a given height and weight. After calculating the BMI, the program willl also tell under which category(underweight,...


C PROGRAM


BMI Calculator<br>Create a C program that will compute for the body-mass index of a given height and weight. After calculating<br>the BMI, the program willl also tell under which category(underweight, normal weight, overweight,or obese) it<br>belongs to.<br>The user will be given two (2) choices before entering the height and weight. The menu must loop<br>repeatedly until the exit option is entered.<br>a. Enter in kilogram and centimeters<br>- This will ask for the weight in kilograms and height in centimeters.<br>b. Enter in pounds and feet<br>- This will ask for the weight in pounds and height in feet.<br>c. Exit<br>- Once chosen, the program must terminate.<br>

Extracted text: BMI Calculator Create a C program that will compute for the body-mass index of a given height and weight. After calculating the BMI, the program willl also tell under which category(underweight, normal weight, overweight,or obese) it belongs to. The user will be given two (2) choices before entering the height and weight. The menu must loop repeatedly until the exit option is entered. a. Enter in kilogram and centimeters - This will ask for the weight in kilograms and height in centimeters. b. Enter in pounds and feet - This will ask for the weight in pounds and height in feet. c. Exit - Once chosen, the program must terminate.

Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here