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
Explain null pointer.
Can we declare a function inside a function in c?
hi, which software companys will take,if d candidate's % is jst 55%?
What is the c language function prototype?
how to make a scientific calculater ?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
What is nested structure?
What is the importance of c in your views?
Why we not create function inside function.
What is structure padding in c?
What is masking?
Is linux written in c?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
Who invented bcpl language?
What is the difference between pure virtual function and virtual function?