Question: [repetition, selection and computations] Task9: Write the python code to fulfill following requirements: 1. Take floating point values as input from the user 2. User
[repetition, selection and computations]
Task9: Write the python code to fulfill following requirements:
1. Take floating point values as input from the user
2. User can enter as many different values as he wishes to perform calculation on
3. Find minimum, maximum, and the average of all the values entered by the user
4. Use sentinel control (0) to terminate input from user
5. After loop finishes, display proper output to the user
Use meaningful variable names and write comments to explain your code
Code should be clean, without errors, and produce desired results
Please write a comment explaining every line
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
