Question: Can someone help me write this C++ program? Mathematical algorithm BMI = Weight (inches) * 703/Height^2 (lbs) Given values are for test purposes. Use your
Can someone help me write this C++ program?

Mathematical algorithm BMI = Weight (inches) * 703/Height^2 (lbs) Given values are for test purposes. Use your measurements for your submission. Output: BMI value Underweight 18.5 and 25 and 30 Input height in inches and weight in pounds 76 205 BMI = 24.95 Normal Program Listing: The program must first list the BMI range values. Then it must prompt the user for input. The user then inputs height and weight. Then it must calculate the result and report the values and range Your output should match both the content and formatting shown above. The instructor used tab stops
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
