What would you like to Propose?
I would like to implement an algorithm that counts vowels of a string.
Issue details
The algorithm will count and return the number of vowels in a string.
Additional Information
Example:
Given the string "string", algorithm will return 1.
Given the string "str" algorithm will return 0.