Question: The program in Lab7.java has two parts. The first part is to determine and print how many of each vowel appear in each string entered



The program in Lab7.java has two parts. The first part is to determine and print how many of each vowel appear in each string entered by a user. The second part is to draw stars in the following format: Download the Lab7java file and add code, then verify that your program is working correctly. Here's an example of how the program output should look when it's all finished. Bold italic text stands for user input. Enter a string or type "quit" to exit: pineapple The string pineapple contains 4 vowel(s) Enter a string or type "quit" to exit: potato salad The string potato salad contains 5 vowel(s) Enter a string or type "quit" to exit: fly sky The string fly sky contains 0 vowel(s) Enter a string or type "quit" to exit: quit The following is PART 2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
