Write a C Program to Check Vowel or consonant until the user enters an Alphabet?
The program below asks the user to enter a character until the user enters an alphabet. Then, the program checks whether it is a vowel or...