> Help with C++ 3?

Help with C++ 3?

Posted at: 2014-12-18 
Problem:

Explain what the following problem does and what its exit is in case we give Google and Chrome



You are to input two strings; the first string outputs the original string, while the second outputs the second string appended to the original.

In the case of "Google" then "Chrome":

Google

ChromeGoogle

Would be your output.

Hope this helps!

Problem:

Explain what the following problem does and what its exit is in case we give Google and Chrome