Write A C Program to Find Sum of Natural Numbers Using While Loop
Logic :
What is Natural Number ?
Natural Numbers Are Positive numbers Start With 1 Not 0 ( Zero )
So idea is simple use loop ans initialize with 1 and run into last terms ( Till you Want ) ,you can also print the sum of natural number using formula there are 2 method for solve.
Output:
Enter The Natural Number :
10
Sum Of Natural Number Is=55
Enter The Natural Number:
20
Sum Of Natural Number Is=210
need an explanation for this answer? contact us directly to get an explanation for this answer