Question: Write a switch statement program asking user to input a letter (alphabet) for the following conditions: A, E, I, O, U = vowel, Default =
Write a switch statement program asking user to input a letter (alphabet) for the following conditions: A, E, I, O, U = vowel, Default = consonant If it is a vowel, Prints "Character you entered is a vowel" If it is a consonant, Prints "Character you entered is a consonant" in C++
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
