โ Back to User Input
Question 290
Full Name from Two Inputs
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 inputsJohnandDoe, print: John Doe
Expected Output:
John Doe
Topics:
User Input
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.