Question: write code in python that Has a main ( ) function. Add a while loop to the main ( ) function to execute the program

write code in python that Has a main() function.
Add a while loopto the main() function to execute the program until the user wants to quit.
Have a function for every input, process (calculation), and output (IPO).
Declare result variables in functions. Do not return an equation. Assign the result variable(s) the equation result, the return the result variable(s).
Include a function comment in each function with a description, parameters, and return values. . Input a series of values, one value each time through the loop. Have it be able to print out the sum of all the integers, the number of integers entered, the average amount of all those integers (this answer should be a floating point number, not an integer), and the minimum and maximum integers entered

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