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...



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



May 26, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here