Question: Programming Write a program that will count the occurrences of vowels in the user's input. It should count the number of times a vowel (
Programming
Write a program that will count the occurrences of vowels in the user's input. It should count
the number of times a vowel and occurs in the user's input. When complete, the
code below should be displayed. points
HINT: A dictionary might help here
Sample output
Please enter some text: I sure wanna pass!
a :
e :
i :
:
u :
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
