Fibonacci
This is a simple program that, when run, asks user to enter an input, this is taken as a limit. The program then generates Fibonacci series with the number of items given by the user as limit. The minimum input is 2.
Download Code