[Solved] Print Series Contest Problem
![[Solved] Print Series Contest Problem [Solved] Print Series Contest Problem](https://realcoder.techss24.com/wp-content/uploads/2022/06/Solved-Print-Series-Contest-Problem.png)
Print Series: You have given two positive integers N and K. Your task is to print a series of numbers i.e subtract K from N until it becomes 0 or negative then add K until it becomes N. You need…
Empowering coders, one solution at a time
Empowering coders, one solution at a time
Print Series: You have given two positive integers N and K. Your task is to print a series of numbers i.e subtract K from N until it becomes 0 or negative then add K until it becomes N. You need…