InterviewSolution
Saved Bookmarks
| 1. |
The natural numbers are written as follows: The sum of numbers in the nth row is: |
|
Answer» `(N(n+1))/2` |
|