Calculate the sum of the first 10 natural numbers.
Note
Sum of first n natural numbers is n(n+1)/2; for n=10 this gives 10×11/2 = 55.
Calculate the sum of the first 10 natural numbers.
Sum of first n natural numbers is n(n+1)/2; for n=10 this gives 10×11/2 = 55.