Computer Science, asked by andhac84p9fxuy, 2 months ago

Write a C program to calculate the sum and average of furst ten natural number using while loop​

Answers

Answered by Anonymous
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