Write a C program to calculate the sum and average of furst ten natural number using while loop
Answers
Answered by
24
Answer:
Program to find the sum of first n natural numbers. We will see two C programs to calculate the sum of natural numbers. In the first C program we are using for loop for find the sum and in the second program we are doing the same using while loop.
To understand these programs, you should be familiar with the following C
Similar questions