how can i develop a C++ application which allows the user to input a character and output a message indicating if the character is a vowel or a consonant.
Remember: the vowels are: a, e, i, o, u, y
Do I need to consider separately the capital letters and the small letters in my program?