How do I call the Fibonacci class below by entering the value n?
example:
value of n: 25
1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233