Write an if construct that prints the word “vowel” if the value of the variable letter is a vowel (i.e., A, E, I, O, or U) and the word “consonant” if the value of letter is any other letter of the alphabet. Only uppercase letters can appear as values
of letter. Hint: to test if the value of letter is A, write
if (letter == "A") then
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here