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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!