Reverse

t will accept a string and return the letter that occurs most frequently in the string. Pass in the string, return the character that is most common and the number of times it occurred. Count the upper-case and lower-case version of a letter as the same letter. Hint: count how many times the first letter in the string … ................
................