write a program that prompts the user to provide a single character from the alphabet. print vowel or consonant, depending on the user input. if the user input is not a letter (between a and z or a and z), or is a string of length > 1, print an error message.