VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Generates and Displays the Fibonacci Series

Sameet Natekar  (6 Submissions)   Math/Dates   VB 6.0   Unknown Difficulty   Sat 29th January 2005   Mon 8th February 2021

Generates and Displays the Fibonacci Series

API Declarations


'3 command buttons (1 to generate the fib series, 1 to clear it and the 3rd to exit.
'you will also require a list box to display the series.
'Do not change the names of the components
' Fibonacci series is 0, 1, 1, 2, 3, 5, 8, 13, 21, 34....... where a number in the series is the sum of the previous 2 nos.
'first 2 nos r 0 and 1.


Rate Generates and Displays the Fibonacci Series (1(1 Vote))
Generates and Displays the Fibonacci Series.bas

Generates and Displays the Fibonacci Series Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters