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
Get step-by-step solutions from verified subject matter experts
