14 write a program that reads in a set of positive integers representing test scores 5347107

14. Write a program that reads in a set of positive integers, representing test scores for a class, and outputs how many times a particular number appears in the list. You may assume that the data set has at most 100 numbers and -999 marks the end of the input data. The numbers must be output in increasing order. For example, for data:

55 80 78 92 95 55 78 53 92 65 78 95 85 92 85 95 95

The output is:

Test Score count

53 1

55 2

65 1

78 3

80 1

85 2

92 3

95 4

i only want a hint please

"Get 15% discount on your first 3 orders with us"
Use the following coupon
FIRST15

Order Now