Program to find sum of n natural numbers using while loop ?
Answers
Answered by
5
By using the For loop, this program calculates the sum of N natural numbers. ANALYSIS: In this sum of n numbers program, the first printf statement will ask the user to enter an integer value. And the scanf statement will assign the user entered value to a Number variable.
Answered by
1
ANSWER is in the png form.
Attachments:
Similar questions