X692: Checking Lowercase Vowels in C++

Complete the code so that it checks if the variable letter is a lowercase vowel (a, e, i, o, or u) and assigns true or false to the variable isVowel accordingly.

Your Answer:

Feedback

Your feedback will appear here when you check your answer.