Please help me complete the code for this task. Thank you !
4. Write a function that receives a string and a letter as parameters and returns the number of characters in the string that is equal to the letter informed.
Example: string = "arara" letter sought 'a' function should return 3.