Question: Write a program that prompts the user to enter a number n. Then, it asks the user to enter a sequence of numbers ending
Write a program that prompts the user to enter a number n. Then, it asks the user to enter a sequence of numbers ending with -999. The program then displays the count of numbers in the sequence smaller than n, the count of numbers larger than n, and the count of numbers equal to n. Sample input/output: Enter the value of n: 56 Enter a number, -999 to stop: 67 Enter a number, Enter a number, Enter a number, Enter a number, Enter a number, Enter a number, Enter a number, -999 to stop: 55 Enter a number, -999 to stop: -999 There are 4 numbers less than 56 There are 3 numbers grater than 56 There are 1 numbers equal to 56 -999 to stop: 23 -999 to stop: 19 -999 to stop: 88 -999 to stop: 56 -999 to stop: 12 -999 to stop: 85
Step by Step Solution
3.47 Rating (154 Votes )
There are 3 Steps involved in it
Heres a Python program that accomplishes this python n intinputEnter the val... View full answer
Get step-by-step solutions from verified subject matter experts
