hi guys, could you please prepare script for given format ?
1,1,2,3,5,8,13,21,...etc use vbscript for this...?

Answer Posted / phani daddanala

dim a, b, c
a=1
b=1
c=a+b
print a
print b
print c
while c<=100
print c
a=b
b=c
c=a+b
wend

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the differences between qtp and winrunner?

618


Will down time for server and content maintenance/upgrades be allowed? how much?

710


Explain sub procedure of vbscript.

664


regular expression in qtp standar check point for months from accepting months from january to december only

1570


What is data driver in qtp? Where we use it?

656






How to creating an output value using quicktest professional?

629


what is the latest version of QTP? Main difference between 9.2 and 10 version

1641


how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief

1654


What is the meaning Work bench?

1839


In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?

655


in a web page hoe to check the dynamic links that rechabging with out using regular expressions

1861


How does qtp identify the object in the application?

628


What do you to script when objects are removed from application?

689


Explain about the test fusion report of quicktest professional (qtp)?

639


Can we run multiple QTP scripts one after the other without manual intervention? How?

681