โ Back to Loops
Question 342
Count Vowels in a String
Count Vowels in a String
Read a line of text from input and use a loop to count how many vowels (a,e,i,o,u, upper or lower case) it contains, then print the count. For inputHello Worldthe output is: 3
Expected Output:
3
Topics:
Loops
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.