Question: In python Write a program that computes and prints the average of 10 the numbers. The user will enter the numbers one at a time.
In python
Write a program that computes and prints the average of 10 the numbers. The user will enter the numbers one at a time. Use a loop to enter one number at a time. You should create a function calculate and print the average. Calculate the total in main and pass the total to the module that calculates the average. to simplify the design. Use the main function, please make as simple as possible thank you!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
