โ Back to Functions/Methods
Question 283
Function: Is Vowel
Function: Is Vowel
Write a functionisVowel(char c)that returns1ifcis a lowercase vowel (a,e,i,o,u) and0otherwise. Read one character from input and print the result. For inputethe output is: 1 Print just1or0with%d.
Expected Output:
1
Topics:
Functions/Methods
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (p, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.