Computer Science, asked by minibollywood04, 8 months ago

WAP to accept a alphanet and display whether it is a vowel or constant ​

Answers

Answered by hazelblue9
2

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 Vowelotherwise, it's a Consonant.

Similar questions