Skip to content

Commit

Permalink
Update ArithmeticProgression.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishak798 authored Oct 18, 2024
1 parent 8c66e92 commit 5e87fa4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*Display Arithmetic Progression series
5,10,15,20,25,30....so on..
ap series has a common diffrence, a starting term, nth term ending term
*/
best */
#include <bits/stdc++.h>
using namespace std;
int main()
Expand All @@ -22,4 +22,4 @@ int main()
series = series + common_difference;
}
return 0;
}
}

0 comments on commit 5e87fa4

Please sign in to comment.