Computer Science, asked by Kran2055, 1 day ago

WAP in Java to find the sum of the following series:
S = -a + a2/4 - a3/9 + a4/16 - a5/25 +.. n terms

Answers

Answered by ritikat8b43
0

Explanation:

WAP in Java to find the sum of the following series: S = -a + a2/4 - a3/9 + a4/16 - a5/25 +.. n terms. Add answer+5 pts.

Similar questions