Skip to main content

Count the Vowels

Easy

# Count the Vowels

Read a line of lowercase text and print how many vowels (a, e, i, o, u) it contains.

Example

12
Input:  education
Output: 5

3 test cases will be run on submit (sample tests shown above are also graded).