Code Challenges

Get better at coding with practice problems.

Coding Challenges

Select a problem, write code, run test cases, and submit your solution.

Showing 2 of 59 problems

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

Implement the method countVowels that returns the number of vowels present in a given string. Solved