Write a program that accept a string and print each word in new line with length of word, number of vowels and consonants in each word
Answers
Answered by
1
In the above example, we've 4 conditions for each of the checks. The first if condition is to check whether the character is a vowel or not. The else if ...
Similar questions