Question: Write a method public static int countVowels(String str) that returns a count of all vowels in the string str. Vowels are the letters a, e,
Write a method public static int countVowels(String str) that returns a count of all vowels in the string str. Vowels are the letters a, e, i, o, and u, and their uppercase variants. Use a helper method isVowel that checks whether a character is a vowel.
Step by Step Solution
3.40 Rating (153 Votes )
There are 3 Steps involved in it
If either lowercase vowel or uppercase vowel variable is 1 tru... View full answer
Get step-by-step solutions from verified subject matter experts
