โ Back to Strings
Question 413
Insert Text into a String
Insert Text into a String
The string"Helloworld"is missing a space. UseInsertto 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.