Computer Science, asked by shreyasbandi0904, 9 hours ago

Write the numbers to complete the following series: 0, 1, 1, 2, 3, 5, 8, 13,​

Answers

Answered by IƚȥCαɳԃყBʅυʂԋ
1
  • 13+8=21

  • 21+13=34

using .. f ( n ) = f ( n-1) + f ( n-2 ).

  • 0

  • 1

  • 0 + 1 =1

  • 1+1=2

  • 2+1=3

  • 3+2=5

  • 5+3=8

  • 8+5=13

  • 13+8=21

Hope it helps you.

Similar questions