Write a program that asks the user to input their first name and last name and greet them as an output. Your program output should be formatted as follows:

1 answer below »
Write a program that asks the user to input their first name and last name and greet them as an output. Your program output should be formatted as follows:
Answered 1 days AfterSep 22, 2021

Answer To: Write a program that asks the user to input their first name and last name and greet them as an...

Aditya answered on Sep 24 2021
140 Votes
#include
using namespace std;
int main()
{
string first_name, last_name;
cou
t<<"Please enter your First Name: ";
cin>>first_name;
cout<<"Please enter your Last Name: ";
cin>>last_name;
cout<<"Have a great day: "< return...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here