โ Back to User Input
Question 319
Concatenate Two Words
Concatenate Two Words
Read two words from standard input usingsc.next()twice and print them on one line separated by a single space. For example, if the input isHellothenWorld, print: Hello World Join the words with+ " " +.
Expected Output:
Hello World
Topics:
User Input
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (sysout, psvm, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.