โ Back to If Statements
Question 60
Vowel or Not
Vowel or Not
Read a single lowercase letter. If it is a vowel (a, e, i, o, or u), print 'Vowel'. Otherwise print 'Not a vowel'.
Expected Output:
Vowel
Topics:
If Statements
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.