C++ program to Count Number of Vowels and Consonants in a String

Count Number of Vowels and Consonants in a String

Here you will get the program code of C++ program to count number of vowels and consonants in a string.

Program Code to Count Number of Vowels and Consonants in a String

Output

Enter an Alphabet to check vowel or consonant : CodeRevise

Number of Vowels are : 5
Number of Consonants are : 5

 

 

Check out our other C++ programming Examples

 

 

 

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top