C++ Program To Find Sum Of The Given Series 1+x^1+x^2+x^3+ . . . . x^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:
1+x+x^2+……+x^n
Enter The Value Of X and n :
2
3
Sum = 15
need an explanation for this answer? contact us directly to get an explanation for this answer