Given a string count the number of Count Vowels and consonants in a string.
alphabets letters ‘a’, ‘e’, ‘i’, ‘o’, ‘u’ are the vowels and remaining all alphabets letters are consonants.
Given a string count the number of Count Vowels and consonants in a string.
alphabets letters ‘a’, ‘e’, ‘i’, ‘o’, ‘u’ are the vowels and remaining all alphabets letters are consonants.