answersLogoWhite

0

input (alphabets)

output(vowel or not vowel)

operator(a,e,i,o,u)

switch(alphabets)

{

case 'a'

print"vowel"

case'b'

print"not vowel"

case'e'

print"vowel"

case 'i'

print"vowel"

case 'o'

print"vowel"

case'u'

print"vowel"

User Avatar

Wiki User

13y ago

What else can I help you with?