+ 2
Write a program to add first seven terms of the following series using a for loop
(1/1!)+(1/2!) +(1/3!) +(1/4!) +....
1 ответ
- 1
write a c++ program to add first nine terms of the following 1/3!+5/4!+9/5!+... series using do-while loop
(1/1!)+(1/2!) +(1/3!) +(1/4!) +....