Fibonacci Member Series, without any recursive funtion
Category:
MiscellaneousType:
ApplicationsDifficulty:
IntermediateAuthor:
AnonymousVersion Compatibility: Visual Basic 6
More information:
Generates a series of numbers, each number is a sum of the previous number. Eg: 0 1 1 2 3 5 8 etc. The starting number can be any numeric value, +ve or -ve. No recursions used.
Instructions: Click the link below to download the code. Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents.
Download fibonacciseries.zip