Lab 10: Arrays
Write a program that reads an array of type int from the user reading positive integers . Assume there are fewer than 50 entries in the array (the user determines the number of entries used). The output is a 2 col list. The first col is a list of distinct array elements; the second is the number of occurances of that element.
Save your file as lab10.cpp.