Answer:
You need a loop to iterate through each character in the string, and compare the character at each iteration to the character you are searching for.
If it matches, you increment the counter variable because you have to store the number of times you find it, so that you can print it later.