Write a function that takes in input an English Sentence and prints the total number of vowels and the total number of consonants in the sentence. The function returns nothing. Note the sentence could have special characters like: whitespaces, punctuation marks and numbers.
+2
Answers (1)
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Write a function that takes in input an English Sentence and prints the total number of vowels and the total number of consonants in the ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Home » Computers & Technology » Write a function that takes in input an English Sentence and prints the total number of vowels and the total number of consonants in the sentence. The function returns nothing.