Write a function that takes 2 strings as its parameters, with one of them being a single character and the other a sentence. The function should return the number of times that character is found within the sentence. The function is case sensitive.