โ Back to If Statements
Question 341
Vowel or Consonant (Input)
Vowel or Consonant (Input)
Read a single lowercase letter from standard input (usesc.next().charAt(0)to get acharnamedc). Ifcis a vowel (a,e,i,o, oru), print<c> is a vowel; otherwise print<c> is a consonant. For the inputethe output is: e is a vowel
Expected Output:
e is a vowel
Topics:
If Statements
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (sysout, psvm, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.