write a programme in Java to find the sum of 1/x+2/x^2+3/x^3....+1/x^n
Answers
Answered by
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
0
Answer:
ydi8xn
Explanation:
Similar questions