read any 10 natural numbers and find their sum and average using do..... while loop
Answers
Answered by
0
Answer:
Python Program Calculate Sum and Average of first n natural numbers, In this program, you'll learn to find the sum of n natural numbers using while loop and display it. This Python program allows users to enter any integer value. ... C exercises: Read 10 numbers and find their sum and average , In this example, you will ...
Similar questions