Question: What's the solution for this c++ project? Create a project named SP2019_LAB1PART2_LastName Add the source file name AdultBMI_Calculator_yourLastName.cpp and display the source file name as
What's the solution for this c++ project?

Create a project named SP2019_LAB1PART2_LastName Add the source file name AdultBMI_Calculator_yourLastName.cpp and display the source file name as the first comment line. Provide the pseudo-code of the following application before writing the code Using C++ code to provide an application that reads information of one person who wants to measure BMI: name (string), height in inches (int), weight in pounds (int) then display the out put as below: BMI CALCULATOR LIEM LE Standard BMI: 18.5 24.9 Name: Height: Weight: BMI: James Smith 58.00 104.00 21.73 Where the formula to calculate BMI is: BMI (Weight 703)/ Height Height
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
