Question: Write a python function that counts the number of vowels in a string. Input: String to be input by the user. Output: Vowel count. (Program
Write a python function that counts the number of vowels in a string. Input: String to be input by the user. Output: Vowel count.
(Program ends only when q is entered for the string.
Sample Input/Output:
Please enter the string: canitestit
The vowel count is 4
Please enter the string: willitworkwell
The vowel count is 4
Please enter the string: Something
The vowel count is 3
Please enter the string: q
Good Bye!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
