

InterviewSolution
Saved Bookmarks
1. |
Write a program to print the following sum series (1+2+3) + (2+3+4) + (3+4+5) …………… n terms |
Answer» Answer: OUTPUT: -0.240476 Input: N = 10 Output: -0.263456 |
|