โ Back to Strings
Question 417
Remove All Vowels
Remove All Vowels
Remove every vowel (both cases ofa,e,i,o,u) from"Hello World", keeping all other characters including the space, and print the result: Hll Wrld
Expected Output:
Hll Wrld
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.