← Back to Strings
Question 420
Extract the First Word
Extract the First Word
Read one line of text and print only its first word — the part before the first space. For the input Hello World Foo, the output is:
HelloExpected Output:
Hello
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.