1+4+9+16

  • C

C Program To Print 1+4+9+16 Series, using For Loop

Lets write C program to print/display number series 1 + 4 + 9 + 16 + 25 + using for…

5 years ago
  • C

C Program To Print 1+4+9+16 Series, using While Loop

Lets write C program to print/display number series 1 + 4 + 9 + 16 + 25 + using while…

5 years ago