Question: Java Using what youve learned in the counting matches section, create a program called VowelCountYourLastName. Accept a string from the user and process it to
Java
Using what youve learned in the counting matches section, create a program called VowelCountYourLastName. Accept a string from the user and process it to see how many vowels there are in the string. (a, e, i, o, u). Return the vowel count to the user. If there are no vowels counted, process the string again to see if there are any ys. If there are ys, return the count. Otherwise, return you must have made a spelling mistake somewhere. See sample runs of the program below. You may create a method for the check or complete all the work in the main method since the program will be run with new input each time. This assignment is worth 10 points. Upload the VowelCountYourLastName.java to Blackboard when you are finished with it.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
