Search
Given below is a class that will calculate and generate the next leap year. Your task is to make it into an iterable by adding the __iter__ and __next__ methods. Print the next 3 yeap years once done.
__iter__
__next__