I want to write a program that counts the number of times a certain vowel appears in a string but each value must be returned.
int vowel_count(string); int ma