Programming Problem: Series Solution - IIT Blog

Friday, May 11, 2018

Programming Problem: Series Solution






Find the sum of the series:

1+(2+3*4)+(5+6*7+8*9*10)+ .............+n th term .
For any input n(must be an integer), find the sum.

No comments:

Post a Comment