Computer Science, asked by rifananazeer2002, 5 months ago

Algorithm to print the sum of n numbers

Answers

Answered by Godgame2435e
0

Answer:

Declared a variable n1 ,"i" and also "sum".

Initialized sum with 0 .

Read the value by user in n1.

Iterating the loop to calculating the sum.

Finally display the sum .

Answered by rajubahii
1

Explanation:

hope it helped........................

Attachments:
Similar questions