C++ Program To Find Sum Of The Given Series x+x^2/2+x^3/3+x^4/4+ . . . . x^n/n
belongs to collection: Example of Series Programs In C++ Programming
All Answers
total answers (1)
belongs to collection: Example of Series Programs In C++ Programming
total answers (1)
Output:
x+x^2/2+x^3/3+…..+x^n/n
Enter value of x and n :
2
5
Sum Is = 17.0667
need an explanation for this answer? contact us directly to get an explanation for this answer