Question: Write a method that will count the number of vowels in a given String. It will return the number of vowels. A vowel is defined
Write a method that will count the number of vowels in a given String. It will return the number of vowels. A vowel is defined as A, E, I, O, U, a, e, i, o, u. The method header is given to you: public static int countVowels(String str) {
(in java please)
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
