The algorithm and flowchart for Fibonacci series presented here can be used to write source code for printing Fibonacci sequence in standard form in any other high level programming language.
A series of numbers in which each number is the sum of the two preceding or previous numbers is called Fibonacci Series. For example, Fibonacci for 6 is 1, 1, 2, 3, 5, 8, etc.