BMI
1) Prompt the user for his/her Weight (in pounds), and Height (in inches) .2) Calculate the BMI from the user data using the following formula: BMI = (weight in pounds * 703) / height in inches3) Then output an appropriate message using the following table:Underweight: Your BMI is less than 18.5Healthy weight: Your BMI is 18.5 to...
Read More