Question: Write a method called isVowel that accepts a character as input and returns true if that character is a vowel (a, e, i, o, or
Write a method called isVowel that accepts a character as input and returns true if that character is a vowel (a, e, i, o, or u). For an extra challenge, make your method case-insensitive.
Step by Step Solution
3.49 Rating (156 Votes )
There are 3 Steps involved in it
public static boolean isVowel char c ... View full answer
Get step-by-step solutions from verified subject matter experts
