In statistics, the mode is the most common value in the data. Imagine you are a statistician working with some data. Write a program that finds its mode.
The input format:
The data values separated by whitespace. The data can be of any type: numbers, words, etc. It is guaranteed that the data will have only one mode!
The output format:
The mode of the data.