Write a program to identify the number which appears maximum number of times in an existing un-sorted array.
Write a program to identify the number which appears maximum number of times in an existing un-sorted array.
Input Array : 4,7,9,7,5,7,9,7
Output: 7
Input Array : 4,2,1,4
Output: 4
Input Array : 5,2,5,6,2,5
Output: 5