VBScript implementation of Fibonacci series using array
kw.vbs
Output
0 1 1 2 3 5 8 13 21 34 55
VBScript implementation of Fibonacci series using recursion
kw.vbs
Output
0 1 1 2 3 5 8 13 21 34 55
What Next?
VBScript to generate the random numbers
VBScript to demonstrate the use of conversion functions
VBScript to demonstrate the use of format functions
Advertisement