Loop String Counting Learner Implement the method countOccurrences that takes a string and a character as input and returns the number of times that character appears in the string. Solved
Loop String Counting Learner Implement the method countVowels that returns the number of vowels present in a given string. Solved