Question: You've written isVowel using Boolean evaluation. Now let's write vowelclass using the switch statement. The function returns O if the argument is not a vowel,

You've written isVowel using Boolean evaluation. Now let's write vowelclass using the switch statement. The function returns O if the argument is not a vowel, if it is an uppercase vowel, and 2 if it is a lowercase vowel. Complete the following file: vowel.cpp 1 #include "vowel.h" 2 using namespace std; NM 4 5 6 Submit Use the following files: Tester.cpp #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
