C++ Program To Find Sum Of Given Series 1^2+3^2+5^2+ . . . . n^2
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^2+3^2+5^2+……+n^2
Enter Value of N :
5
Sum of given series is = 35
need an explanation for this answer? contact us directly to get an explanation for this answer