Count Vowels
Beginner
100 XP
Challenge Description
Count the number of vowels in a string.
Examples
Example 1:
Input:
"hello"
Output:
2
Example 2:
Input:
"AEIOU"
Output:
5
Languages
Challenge Stats
Total Attempts
0
Status