Challenge 1: Return Even Numbers From 1 to n
Make your own iterator class to return a list of even numbers.
We'll cover the following...
Problem Statement
Print a list of even numbers from 1 to (n). You just need to edit the next
method to return all the ...