Hello and welcome to the challenge!
Write a code which counts all vowels in the given string. Please consider a, e, i, o, and u as vowels for this task.
Input
- string to analyze
Output
- amount of vowels - integer number
Constraints
1 <= string length <= 500
You can solve this programming contest in C#, C++, Java, Ruby, JavaScript, Python, PHP and many more languages. If you want, you can also take part in other Challenges. Below you can find some of them:
Have fun and good luck! :)