Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implemented generation of Fibbonacci Sequence terms.
Implemented the algorithm for generation of Fibbonacci Sequence terms . This is an iterative approach to generate and print the first N (input) numeber of terms of the fibonacci sequence . NOTE: the fibonacci sequence has its first and second terms as 0 and 1 respectively .
- Loading branch information