All challenges
easystrings 10 XP per passing test
Count Vowels in a String
Problem
Given a string, count the number of vowels in it. Vowels are 'a', 'e', 'i', 'o', 'u'. The input is a single line containing a string. The output is the count of vowels in the string.
(run your code to see output)
Advertisement