Topic: Stack Problem / Level: beginner

Problem: Create a function to push the Fibonacci series into a stack up to n terms.

Run the code to see the output here...