compute the nth mumber in the fibonacci sequence?
Answer Posted / sharma v
Can anyone tell why it is going in an infinite loop
dim a, b, c
a=0
b=1
c=a+b
print a
print b
n=InputBox( "Enter a number")
while c<=m
print c
a=b
b=c
c=a+b
wend
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is c language & why it is used?
Using which language Test cases are added in .ptu file of RTRT unit testing???
Who is the founder of c language?
What are types of preprocessor in c?
What is hashing in c language?
What is hash table in c?
I need previous papers of CSC.......plz help out by posting them.......
What is c mainly used for?
Can we use visual studio for c?
When is a void pointer used?
What is the default value of local and global variables in c?
Explain how do you list files in a directory?
What is the difference between scanf and fscanf?
What is the value of h?
Why is event driven programming or procedural programming, better within specific scenario?