kokobillsoft / BuildingMaket

0 stars 0 forks source link

Algorithmic Task "Even Numbers": #8

Closed AlexisK closed 6 years ago

AlexisK commented 6 years ago

Implement function printEven(n, k) - it should print all even numbers (num % 2 == 1) from n to k (including).