Question: 1. Write a python program which prints the frequency of the numbers that were given as input by the user. Stop taking input when

1. Write a python program which prints the frequency of the numbers

1. Write a python program which prints the frequency of the numbers that were given as input by the user. Stop taking input when you find the string "STOP". Do not print the frequency of numbers that were not given as input. Sample Input 10 Sample Output 20 10 - 2 times 20 20 - 2 times 30 30- 1 times 10 50 - 1 times 50 90-1 times 90 STOP

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!