Question: Write a value-returning function, isVowel, that returns the value true if a given character is a vowel and otherwise returns false MUST USE isVowel: Test
Write a value-returning function, isVowel, that returns the value true if a given character is a vowel and otherwise returns false
MUST USE isVowel:
Test Case will be the letter "g" Which the output should say "g is a vowel: 0"
Then it will be tested with "E" Which the output should say "E is a vowel: 1"
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
