โ Back to User Input
Question 357
Concatenate Two Words
Concatenate Two Words
Read two words from input and print them joined together with no space between them. For example, if the input is:
foo bar
print:
foobar
Use the + operator to join the strings.Expected Output:
foobar
Topics:
User Input
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cout, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.