Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What is c language & why it is used?

1175


Using which language Test cases are added in .ptu file of RTRT unit testing???

4354


Who is the founder of c language?

1224


What are types of preprocessor in c?

1115


What is hashing in c language?

1425


What is hash table in c?

1078


I need previous papers of CSC.......plz help out by posting them.......

2351


What is c mainly used for?

1119


Can we use visual studio for c?

1162


When is a void pointer used?

1313


What is the default value of local and global variables in c?

1099


Explain how do you list files in a directory?

1115


What is the difference between scanf and fscanf?

1344


What is the value of h?

1087


Why is event driven programming or procedural programming, better within specific scenario?

2485