| [SOLVED] java programming...? 3). Write a value-returning method, is Vowel, that returns true if a given character is a vowel, and otherwise returns false. isVowel takes one parameter, a character. Your program must have a main method that prompts the user for a string and then calls isVowel for every character in that string. Call the class Vowels. Since the Ch9CountVowels program solves the same problem in a different way, be sure you understand that program before you start writing any code.
please help !!! |