[Solved]Countvowels Complete Function Countvowels Str2count Return Number Lower Case Vowels E O U Q37298088
count_vowels:
Complete the function count_vowels(str2count). It should return thenumber of lower-case vowels (‘a’,’e’,’i’,’o’,’u’) in str2count. Theprovided main() reads a string from the user, and prints out thevalue returned by a call to the function.
Expert Answer
Answer to count_vowels: Complete the function count_vowels(str2count). It should return the number of lower-case vowels (‘a’,’e’,’… . . .
OR

