write a vb script to print even numbers from 1-50?
Answer Posted / pradeep
For i=1 to i=50
if (i mod 2=0)then
messagebox i&"is even number"
else
messagebox i&"is odd number"
endif
next
| Is This Answer Correct ? | 23 Yes | 36 No |
Post New Answer View All Answers
Explain Descriptive Programming Types with Examples?
What is the difference between the keyword view and expert view?
what is key word driven frame work ? why it is called like that ? what is the diference between keyword driven and data driven frame work ?
How can you close the second opened browser?
Give me some real time point of way where exactly we can conduct audits?
Hi, Hope you viewers are doing fine with good health. What are the steps and connection parameters to connect to Oracle db ? Can you connect with just the Oracle client or Oracle XE ? Cheers!!
diff between qtp versions from 8.5
How to Test the mainframe application?
What is keyword view in qtp?
What is the standard timing delay for web based application in qtp?
What is RTM (require ment tracebulity marix) fromate?
Object repositories types, which and when to use?
What is QTP testing process?
In qtp, explain what is crypt object
Hi All, I need code for how to execute qtp scripts from excell sheet