Question: Re-write the following code so that it can print out Donald Mackenzie. Show screenshot on c++. #include #include using namespace; string firstname,lastname; int main() {

Re-write the following code so that it can print out Donald Mackenzie. Show screenshot on c++.

#include

#include

using namespace;

string firstname,lastname;

int main() {

cout<<"Enter your firstname:";

cin>>firstname;

cout<<"Enter your lastname:";

cin>>lastname;

cout<<"Your fullname is:"<

return 0; }

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 Databases Questions!