Question: P2 Count occurrence of numbers) Write a program that reads at most 100 integers between 1 and 100 and counts the occurrence of each number.

P2 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: Enter the integers between 1 and 100: 2 565 4 3 23 43 2 0 2 occurs 2 times 3 occurs 1 time 4 occurs 1 time 5occurs 2 times 6 occurs 1 time 23 occurs 1 time 43 occurs 1 time Note that if a number occurs more than once, the plural word "times" is used in the output
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
