Write a function named mostRepetitions
that receives 3 parameters:
string1
string2
and returns the string that has the most occurrences of the specified letter
. If both have
the same number of occurrences return string1
.
string1
=string2
=letter
=