Computer Science, asked by amanakutty, 5 months ago

write a programme in Java to find the sum of 1/x+2/x^2+3/x^3....+1/x^n​

Answers

Answered by pratyusha88
1

Answer:

05-Mar-2020 · C++ program to find sum of series. // 1 + x/1 + x^2/2 + x^3/3 + .... + x^n/n. #include <math.h>. #include < iostream>.

Answered by 17SH0249
0

Answer:

ydi8xn

Explanation:

Similar questions