โ Back to Loops
Question 303
Count Vowels in a String (for)
Count Vowels in a String (for)
The variablesholds the wordeducation. Use aforloop to count how many vowels (a,e,i,o,u) it contains, then print: Vowels: 5 Check each character withs.charAt(i).
Expected Output:
Vowels: 5
Topics:
Loops
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (sysout, psvm, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.