Computer Science, asked by arundhathyashok2006, 4 months ago

11. Write a program to input a character and check the

character is vowel or consonant using switch case statement.

Sample output:

1.enter a character

a

a is vowel

2. enter a character

E

E is vowel

3. enter character

y

entered character is a consonant​

Answers

Answered by seshumadhu806
0

Answer:

a is vowel

e is vowel

Y is vowel

Similar questions