X770: Count letters in string C++

Write a function called count that receives (A) a string and (B) a character, and returns a count of how many times the character is within the string

Your Answer:

Feedback

Your feedback will appear here when you check your answer.