CJCoding With Joseph

Full Name from Two Inputs

Read a first name on the first line and a last name on the second line, then print them together separated by a single space. For the inputs John and Doe, print:

John Doe

Expected Output:

John Doe
Topics:
User Input
๐Ÿ“ฅ Auto-Input:
John\nDoe
This input is automatically fed to your program's stdin
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cw, cr, fori)

Your Output

Run your code to see the output here...

Test Cases

Run your code to see test case results.