Computer Science, asked by sharmaishant7169, 1 year ago

Flowchart for fibonacci series using recursive function

Answers

Answered by khursheedahmad
0
mark me brainliest answer pls

0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144,
... The output statements in the
flowchart show the value of i and the
Fibonacci number fib. You would print or
display one line and then go to the next
as shown below. The flowchart above
goes through each number in the series.
Similar questions