Write a program to count the highest occurrence of a single character in a string, Hint: This problem is only concerned with lowercase letters and single words, no sentences
example
input: aaaaaaaaaabb
output : 10
input: aaaabbbccccceeeezzzzzzz
output : 7