Question: 6 . 9 : VowelAnalyst Design and implement an application that reads a string from the user, then determines and prints how many of each
: VowelAnalyst
Design and implement an application 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.
SPECIFICATION OF PROMPTS, LABELS AND OUTPUT: Your code should use the prompt "enter string: After the input is read, there are six lines of output, each starting with a different label: a: e: i: o: u: "other: in that order. After each label is the required count.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
