Question: Write an interactive BMI calculator that prompts for height (in inches) and weight (in pounds) and calculates BMI as: weight / height * 2703. If
Write an interactive BMI calculator that prompts for height (in inches) and weight (in pounds) and calculates BMI as: weight / height * 2703. If the user enters a height or weight that is not numeric, display an error message, then ask user to re-enter correct value. Enter height (inches): 66 Enter weight (poiund): 150x Error: inputs must be numeric
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
