1.

Write a program to print the following sum series (1+2+3) + (2+3+4) + (3+4+5) …………… n terms​

Answer»

Answer:

INPUT: N = 6 

OUTPUT: -0.240476

Input: N = 10 

Output: -0.263456 



Discussion

No Comment Found