
bool isVowel(char c)
The user should be prompted to enter a character. Your function isVowel must determine whether the character is a vowel or not. Your code should recognize both uppercase and lowercase vowels.
Sample Output
Here are screenshots of my code running.
Is Vowel input bang

Is Vowel input lowercase e

Is Vowel input uppercase O
Refer to the deliverables post for comment formatting and required program identification information.
Due Date:
Sunday, November 6th, 6:00pm
