Pasting Strings
Does anyone know how to paste one string onto the end of another?
I am supposed to write a program which does this:
//Sample Output:
//Enter your first string: Hello
//Enter your second string: World
//Paste the second string onto the
//end of the first string: Hello World
Any help is greatly appreciated! Thank you!
I am supposed to write a program which does this:
//Sample Output:
//Enter your first string: Hello
//Enter your second string: World
//Paste the second string onto the
//end of the first string: Hello World
Any help is greatly appreciated! Thank you!
