Question: Provide the pseudo - code and C + + application to help users to calculate the BMI rate of Adults. BMI ( Body Mass Index

Provide the pseudo-code and C++ application to help users to calculate the BMI rate of Adults.
BMI (Body Mass Index) is a measure of body fat based on height and weight of adult men or women.
The application should display message to ask and read from the keyboard users to enter the users information from the keyboard about:
*The name of user (string)
*Height in inches (int)
*Weight in pounds (int)
The formula to calculate BMI:
BMI =(weight *703)/(height * height)
The BMI rate result is a decimal number and displayed with 9 output lines in the following and BMI rate will be in 2 decimal digits.
Notes: You must complete reading input before displaying the output and write the comments for each task (not for each line of the code)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Accounting Questions!