Computer Science, asked by naren1110sahil, 10 months ago

Write a program to print fibonacci series :-0,1,1,2,3,5,8......................

Answers

Answered by shruti9658
2

Answer:

13

Explanation:

0+1=1

1+1=2

2+1=3

3+2=5

5+3=8

8+5=13

Similar questions