write a program that reads in a list of integers into an array with base type int. you may assume that there are fewer that 50 entries in the array. your program determines how many entries there are. 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.