Redo Programming Exercise 20 as follows. Write a progam that reads a string and outputs the number of times each lowercase vowel appears in it. Your program must contain a function with one of its parameters as a
variable, and if the character is a vowel, it increments that vowel’s count.
Reference:
Write a program that reads a string and outputs the number of times each lowercase vowel appears in it. Your progam must contain a function with one of its parameters as a
variable and return the number of times each lowercase vowel appears in it. Also write a program to test your function. (Note that if
at the
position. The position of the first character is 
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.