(Count occurrence of numbers) Write a program that reads at most 100 integers
between 1 and 100 and counts the occurrence of each number. Assume the input ends with 0. Here is a sample run of the program:

Note that if a number occurs more than once, the plural word “times” is used in the output.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.