C++ Program to Print Series 1 -4 7 -10 . . . . -40
Here you will get a C++ program to print series 1 -4 7 -10 . . . . -40. Output: 1 -4 7 -10 13 -16 19 -22 25 -28 31 -34 37 -40 For any queries related to the above code ask in the comment section below.
