CJCoding With Joseph

Insert Text into a String

The string "Helloworld" is missing a space. Use Insert to add a single space at index 5, producing:

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.