Write a program that reads in an array of type int . you may assume that there are fewer than 50 entries in the array. your program determines how many entries are used. the output is to be a two-column list. the first column is a list of the distinct array elements; the second column is the count of the number of occurrences of each element. the list should be sorted on entries in the first column, largest to smallest.