Pirates repeat letters far more than they need to. Given a word a pirate said, find the letter that appears most often.
For example, in the word "arrrrrghh" the letter "r" appears 5 times and the letter "h" appears twice.
Read a pirate word and print the letter that occurs most frequently together with how many times it occurs.
Exactly one letter is the most repeated. A word like "aipo", where no single letter wins, never appears in the input.