How many times a string appears in an array
box-1 : list of strings box-2 : string that we want to show how many times it appears box-3 : number of times that string is appearing
ex.If our list is {tobb,etu,tobb,computer,engineering,tobb}, the string is "tobb", and the number is "3" then the result will be "true".