Skip to content
Just Tech Review
  • Blogging
  • C
    • C Programs
    • C Tutorials
  • C#.NET
  • C#
  • Electric Cars
  • Java
  • JavaScript
  • PHP
  • Python
  • Smartphone Reviews
  • SQL

C++ program to find the sum of series 1^2+3^2+5^2+……+n^2

C++ program to find the sum of series 1^2+3^2+5^2+……+n^2

30th November 2019 by Sean Fleming
#include #include void main() { clrscr(); int n,i; long sum=0; coutn; for(i=1;i

Program

Categories C++ Programming, Programming Tags C++ program to find the sum of series 1^2+3^2+5^2+……+n^2 Leave a comment

Search for content, code snippets, etc.

© 2025 Just Tech Review • Built with GeneratePress