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 23:00
Is an attack that relies on guessing the isns of tcp packets
Answers: 2
question
Computers and Technology, 23.06.2019 06:00
What machine listens for http requests to come in to a website’s domain? a. a router b. a browser c. a server d. a uniform resource locator
Answers: 1
question
Computers and Technology, 23.06.2019 10:50
Your friend kayla is starting her own business and asks you whether she should set it up as a p2p network or as a client-server network. list three questions you might ask to kayla decide which network to use and how her answers to those questions would affect your recommendation.
Answers: 2
question
Computers and Technology, 23.06.2019 16:00
Does read theory have answers keys ?
Answers: 1
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, 24.02.2021 18:50
question
Mathematics, 24.02.2021 18:50
question
English, 24.02.2021 18:50
question
Mathematics, 24.02.2021 18:50
question
Mathematics, 24.02.2021 18:50
Questions on the website: 13722367