+1-316-444-1378

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 inches 3) Then output an appropriate message Read more…