Topic: Stack Problem / Level: intermediate

Problem: Implement a stack to store all Fibonacci numbers up to a given number using recursion.

Run the code to see the output here...