Automation Testing Solution
This is right place for Automation Testing learner.
Thursday, June 14, 2012
Program to find Fibonacci series
Function Fibonacci()
dim a,b,c
n = 20
a=0
b=1
do while c<=n
x = x & b
c=a+b
a=b
b=c
loop
msgbox x
end Function
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment