Implement `countVowels(str)` that returns the number of vowels (`a e i o u`, case-insensitive) in `str`.
Run your code to see results.