Skip to content

Latest commit

 

History

History
11 lines (5 loc) · 233 Bytes

VowelCount.md

File metadata and controls

11 lines (5 loc) · 233 Bytes

Vowel Count

Return the number (count) of vowels in the given string.

We will consider a, e, i, o, u as vowels for this Kata (but not y).

The input string will only consist of lower case letters and/or spaces.