Great Deal! Get Instant $10 FREE in Account on First Order + 10% Cashback on Every Order Order Now

Ask the user for their height in inches and weight in pounds. The UI is up to you. Now, calculate: BMI: 999 Inches Centimeters XXXXXXXXXX Pounds Kilograms Stone XXXXXXXXXX99 output on the screen. Your...

1 answer below »

Ask the user for their height in inches and weight in pounds. The UI is up to you.

Now, calculate:

BMI: 999

Inches Centimeters

XXXXXXXXXX

Pounds Kilograms Stone

XXXXXXXXXX99

output on the screen.

Your code should contain documentation (comments) that explain what is going on.

Answered Same Day Nov 04, 2021

Solution

Neha answered on Nov 05 2021
122 Votes
#includeusing namespace std;

int main()
{

float bmi,weight,height;
float cm, kg, stone;
cout
"Please Enter your weight in Pounds : ";
cin
weight;
cout
"Please Enter your Height in Inches : ";
cin
height;
mi=(weight*703)/(height*height);
cout
"Your BMI is :...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here