X771: Counts vowels in a string in C++

Write a function called countVowels that receives a string and returns the count of how many vowels it has, including a,e,i,o, and u and those vowels can be either upper case or lower case.

Your Answer:

Reset

Practice a different C++ exercise

Feedback

Your feedback will appear here when you check your answer.