Question: Write a program to continuously read a string and find the number of vowels in the string. The vowels are a, u, e, i and

Write a program to continuously read a string and find the number of vowels in the string. The vowels are a, u, e, i and o. After each string ask the user to continue or not, if the answer is yes, then read another string. Note that the do while statement and the condition of the do while is one of the items that will be graded in this problem. Also you should use a string iterator as well
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
