Computer Science, asked by anubhutisrivastava9a, 6 months ago

WAP to enter a character and print whether it is a vowel or not?​

Answers

Answered by sk18290
0

Answer:

5tgggfff v v g g h0ubb v g g h0ubb v g g h0ubb v g g h0ubb

Answered by sm1866795
5

Answer:

printf("Please Enter an alphabet: \n"); scanf(" %c", &ch); Next, we used the If Else Statement to check whether the user entered character is equal to a, e, i, o, u, A, E, I, I, O. And if it is TRUE, it is a Vowel otherwise, it's a Consonant.

Similar questions