write a program to find the sum of series.
0,1,1,2,3,5,8,13........n terms
Answers
Answered by
2
cls
for I =1 to n
a =0
? a;
a=n+1
next i
end
for I =1 to n
a =0
? a;
a=n+1
next i
end
Similar questions
Math,
7 months ago
Political Science,
7 months ago
Math,
7 months ago
Math,
1 year ago
Math,
1 year ago