Question: Minimum of numbers input until a sentinel Write a program that inputs numbers from the user, using - 1 to terminate the input. The program
Minimum of numbers input until a sentinel
Write a program that inputs numbers from the user, using to terminate the input. The program should then display the smallest of all the
numbers not counting Here is sample output:
You will need to write a sentinelcontrolled loop, similar to the "Example: Getting input until a sentinel is seen" in zyBook section
To help you figure out how to find the smallest number, look at zyBook section : Challenge Activity
Please post your Python code here, in the text of your post. If your code doesn't work, please post your code anyway, and tell us about any
problems or questions you had including any error messages
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
