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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started