Coding Challenge: Vowel Count

Learn how to take a string as input and then returns the number of vowels that string contains.

Problem statement

Write a program that ...