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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started