Computer Science, asked by ashutosh4138, 1 year ago

write a program to find the sum of series.
0,1,1,2,3,5,8,13........n terms

Answers

Answered by dhiraj348
2
cls
for I =1 to n
a =0
? a;
a=n+1
next i
end
Similar questions