โ Back to Strings
Question 191
Concatenate Two Strings
Concatenate Two Strings
Two strings are given. Print them joined with a space between. For "Hello" and "World" the program prints 'Hello World'.
Expected Output:
Hello World
Topics:
Strings
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.