write an algorithm to find sum of first 10 even numbers
Answers
Answered by
1
Answer:
the some of first n even no. can be find by using n(n+1) ☺
if n=10 then sum of 1st 10 even no. = 10(10+1) = 10×11=110Answer
Similar questions