Write a Python program to calculate the sum and average of n integer numbers. Input 0 to finish
belongs to collection: All Conditional and loop programs using Python programming Language
All Answers
total answers (1)
belongs to collection: All Conditional and loop programs using Python programming Language
total answers (1)
I have used python 3.7 compiler for debugging purpose.
Result:
Input some integers to calculate their sum and average. Input 0 to exit.
10
20
30
40
50
0
Average and Sum of the above numbers are: 25.0
need an explanation for this answer? contact us directly to get an explanation for this answer