Computer Science, asked by pranabsingh, 1 month ago

a/2!-a/3!+a/4!-a/5!.... to x term
write a java program of the following​

Answers

Answered by rohityadav1829
0

Program to find the sum of the series (1/a + 2/a^2 + 3/a^3 + ... Input: a = 5, n = 4 ... term of the series by calculating term = (i / ai). ... Math.pow(x, y) returns x^y.

Similar questions