Question: Write a Python program that lets a user enter floating point numbers until the sentinel value of 0 is entered (in other words, entering 0

 Write a Python program that lets a user enter floating point

Write a Python program that lets a user enter floating point numbers until the sentinel value of 0 is entered (in other words, entering 0 causes the program to stop gathering numbers). After the user has finished entering numbers, your program should output the following: Number of numbers entered. Sum of numbers entered. Average of the numbers entered. Smallest number entered. Largest number entered. Submit your program with output based on the following user-entered numbers: 2.7 90.1 4.9 100.5 16.16

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 Databases Questions!