(Fibonacci Series) The Fibonacci series is a series that begins with 0 and 1 and has the property that each succeeding term is the sum of the two preceding terms. For example, the third Fibonacci number is 1 which is sum of 0 and 1. The next is 2, which is a sum of 1 + 1. Write a program that displays the first ten numbers in a Fibonacci series
Tue Oct 27 2020 06:00:36 GMT+0000 (UTC)
Posted by @mahmoud hussein #c++
http://cpp.sh/
Comments