InterviewSolution
Saved Bookmarks
| 1. |
the sum of first 20 natural numbers is |
|
Answer» 210 By using the formula :sum of first n numbers is equal to n(n+1)/2.=20(20+1)/2=420/2=210 natural number kon kon se he |
|