Home /
Expert Answers /
Computer Science /
in-python-count-vowels-and-consonants-assume-letters-a-e-i-o-and-u-as-the-vowels-write-a-pr-pa931
(Solved): In PYTHON
(Count vowels and consonants) Assume letters A, E, I, O, and U as the vowels. Write a pr ...
In PYTHON
(Count vowels and consonants) Assume letters A, E, I, O, and U as the vowels. Write a program that prompts the user to enter a string and displays the number of vowels and consonants in the string. Sample Run Enter a string: Programming is fun The number of vowels is 5 The number of consonants is 11 If you get a logical or runtime error, please refer https://liangpy.pearsoncmg.com/faq.html.