Hello all,
I need a program to print a fibanoci series as follows1,1,2,3,5,8,13,21 with out using a 3rd variable can any one post me please.
Thanks In Advance,
M.Dorababu
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
pandiarajan rajanPosted Oct 28, 2009, 1:38 AM
Deepak BhatiaPosted Oct 28, 2009, 1:15 AM
You need recursive PROGRAM or a simple program without recursive function.
Dorababu MekaPosted Oct 28, 2009, 12:50 AM
using System;