Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 239 Bytes

Vowel Count.md

File metadata and controls

7 lines (4 loc) · 239 Bytes

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

We will consider a, e, i, o, and u as vowels for this Kata.

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

solution