Hello, I need help with making a code that will output a character that is most repeating in string given as input. In case of having multiple of those, then output character with the lowest ASCII code.
I dont know the concept behind the repeating characters except in the case of making a double for loop that would be a counter for a certain character i input previously.