0% found this document useful (0 votes)
23 views

Fibonacci Output

The document displays the Fibonacci series up to a limit of 15, where each number is the sum of the previous two numbers, starting with 0 and 1, resulting in the series 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610.

Uploaded by

Swapnil Gupta
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views

Fibonacci Output

The document displays the Fibonacci series up to a limit of 15, where each number is the sum of the previous two numbers, starting with 0 and 1, resulting in the series 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610.

Uploaded by

Swapnil Gupta
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

OUTPUT 1 :

Enter limit :
15
Fibonacci series is :
0
1
1
2
3
5
8
13
21
34
55
89
144
233
377
610

You might also like