Question

5. Character Counter

Write a method that used recursion to count the number of times a specific character occurs in an array of characters.

Question image 1