Question: Write a program that reads a string from the user, then determines and prints how many of each lowercase vowel (a, e, i, o, and
Write a program that reads a string from the user, then determines and prints how many of each lowercase vowel (a, e, i, o, and u) appear in the entire string. Have a separate counter for each vowel. Also count and print the number of nonvowel characters. Be sure to test with all vowels, no vowels, combination, upper case vowels. Be sure to use strings of different lengths. Be sure to verify all counts.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
