Richard P.

asked • 07/31/23

(Count occurrence of numbers)

Write a program that reads some integers between 1 and 100 and counts the occurrences of each. Note that if a number occurs more than one time, the plural word “times” is used in the output. Note the integers are entered in one line separated by a space. Also note that the numbers are displayed in increasing order.


Sample Run

Enter integers between 1 and 100, inclusive: 2 5 6 5 4 3 23 43 2

2 occurs 2 times

3 occurs 1 time

4 occurs 1 time

5 occurs 2 times

6 occurs 1 time

23 occurs 1 time

43 occurs 1 time

1 Expert Answer

By:

Jerrell G. answered • 08/02/23

Tutor
4.8 (36)

Software Engineering Specializing in Python with 5+ years Experience

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.