Concatenate Strings
Easy📝 Description
Combine two strings into one
Input Format
Two strings separated by space
Output Format
A single concatenated string
Constraints
Strings will have length ≤ 100
🔍 Sample Input
Hello World
✅ Sample Output
HelloWorld
Code Editor
Please login to run and submit code.
Results
Suggested Solution
Shortcuts: Ctrl+Enter to submit, Ctrl+Shift+R to run