Computer Science, asked by infarnitethakur2007, 4 months ago

Write a program in *C++* to accept an alphabet from the user and check if it is a
vowel or consonant.

Answers

Answered by PYSCHOO
5

Answer:

In this example, you will learn to check whether an alphabet entered by the user is a vowel or a consonant in C programming

Explanation:

Similar questions