subject

Assign secretID with firstName, a space, and lastName. Ex: If firstName is Barry and lastName is Allen, then output is: Barry Allen
#include
#include
using namespace std;
int main() {
string secretID;
string firstName;
string lastName;
cin >> firstName;
cin >> lastName;
/* Your solution goes here */
cout << secretID << endl;
return 0;
}

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 11:00
Lisa’s company, abc ltd., lost its biggest client and is now facing a financial crunch. most of her colleagues have resigned, but lisa decides to stay with the company and assist the management in overcoming the financial situation. which quality is lisa demonstrating? a. self-management b. cooperativeness c. responsibility d. loyalty
Answers: 2
question
Computers and Technology, 22.06.2019 16:10
When copying and pasting text, the first step is move your cursor type the text select the copy command select the paste command
Answers: 2
question
Computers and Technology, 23.06.2019 21:00
Will this setup result in what kathy wants to print?
Answers: 2
question
Computers and Technology, 24.06.2019 01:30
Write a program that asks the user to enter the name of an input file. if the file does not exist, the program should prompt the user to enter the file name again. if the user types quit in any uppercase/lowercase combinations, then the program should exit without any further output.
Answers: 3
You know the right answer?
Assign secretID with firstName, a space, and lastName. Ex: If firstName is Barry and lastName is All...
Questions
question
Mathematics, 29.05.2020 02:59
question
English, 29.05.2020 02:59
Questions on the website: 13722361