Computer Science, asked by Sas416k, 7 months ago

Program to find sum of n natural numbers using while loop ?

Answers

Answered by MrUnstoppable
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 divyashreer
1

ANSWER is in the png form.

Attachments:
Similar questions