89.6k views
3 votes
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.

User Xno
by
5.9k points

1 Answer

2 votes
This may be a difficult thing to do so for anyone to ACTUALLY answer this you migghttt want to up the amount of points you get for answering maybe, 20-40 points.
User Xilo
by
6.5k points