What is the output of the following code? #include #include #include "BMI.h" using namespace std; int main() { string name("John Doe"); BMI bmi1(name, 18, 145, 70); name[0] = 'P'; cout


What is the output of the following code?


#include
#include #include "BMI.h" using namespace std;
int main()


{
string name("John Doe");
BMI bmi1(name, 18, 145, 70); name[0] = 'P';
cout < "name="" from="" bmi1.getname()="" is="" "="">< bmi1.getname()=""><>
cout < "name="" is="" "="">< name=""><>
return 0;


}



Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here