write a vb script to print even numbers from 1-50?
Answer Posted / nazir
dim i
for i = 1 to 50
if i mod 2 = 0 then
print i & ' is an even number"
else
print i & " is an odd number"
endif
next
| Is This Answer Correct ? | 10 Yes | 17 No |
Post New Answer View All Answers
why should we give deliver good quality software?
1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.
what are the issues we will get when there is migration from QTP 8.2 to QTP 10.0? Is there any problem in executing scripts of 8.2 on 10.0?
How the exception handling can be done using quicktest professional (qtp)?
unique properties of button,edit box, radio button,check box?
How software automation specialist enter steps in the Expert View?
when u script reveiwing in which area u more concentrates?
How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?
Explain actions in qtp ?
What are the common defects found in your project? (in qtp interview)
Pls can anybody send me the Recent Technical and Interview Questions Which were asked in IBM(QTP)Automation PLZZZZZZZZZ
How to creating an output value using quicktest professional (qtp)?
how to create flat file datasubmission in qtp
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?
How to Upgrade or support firefox 2.0 version on QTP 9.0? I have installed QTP 9.0 and installed firefox 2.0. But in REcord and Run Settings, it shows firefox 1.5 in Web tab for browser selection.