Write a program to display the Fibonacci series up to 20 terms. A series in which the next term is calculated by adding the previous two terms. For example, the following is a Fibonacci series: 1, 1, 2, 3, 5, 8, 13…………


 

Comments