Write a program that reads a string and outputs the number
(Not rated)
(Not rated)
Write a program that reads a string and outputs the number of times each lowercase vowel appears in it. The program must contain a function with one of it's parameters as a string variable and return the number of times each lowercase vowel appears in it. Also please write a program to test your function.
12 years ago
Complete solution A++
NOT RATED
Purchase the answer to view it

- countvowels.zip
- countvowels.cpp