Math, asked by pradeep16752, 1 year ago

write a program using function procedure to print Fibonacci's series

Answers

Answered by anukulkarki10
0

Answer

Declare function fibo ()

Cls

K=fibo ()

End

Function fibo ()

A=1 b=1

For c= 1 to 10

Print a

S= a+b

a=b

b=s

Next c

End functions

Answered by mecute1234
0

hey

mark it as brainliest

Attachments:
Similar questions