what is the sum of first n natural numbers
Answers
Answered by
0
Answer :
public class prog
{
public static void main (int a)
{
......(in picture)
}
}
Attachments:

Answered by
0
Step-by-step explanation:
Sn is the sum of first natural number .
Sn = n/2{2a+(n-1)d}
Similar questions