Define an iterator class named FibonacciIterator for iterating Fibonacci numbers. The constructor takes an argument that specifies

Question:

Define an iterator class named FibonacciIterator for iterating Fibonacci numbers. The constructor takes an argument that specifies the limit of the maximum Fibonacci number. For example, new FibonacciIterator(23302) creates an iterator that iterates Fibonacci numbers less than or equal to 23302. Write a test program that uses this iterator to display all Fibonacci numbers less than or equal to 100000.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: