Great Deal! Get Instant $10 FREE in Account on First Order + 10% Cashback on Every Order Order Now

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 After Sep 22, 2021

Solution

Aditya answered on Sep 24 2021
142 Votes
#include using namespace std;
int main()
{
string first_name, last_name;
cout
"Please enter your First Name: ";
cin
first_name;
cout
"Please enter your Last Name: ";
cin
last_name;
cout
"Have a great day: "
last_name
", "
first_name;
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