write a vb script to display first 5 odd numbers from 1 to 100
Answer Posted / anjali tamrakar
Private sub form_load()
Dim a as integer
Dim b as integer
B=0
For A=1 to 100 step2
B=B+A
Print A,B
Next A
End sub
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
what is the differance between BYVAL,BYREF?
Mention what is vbscript procedures?
What are events in the vbscript language?
What is Procedure or Subroutine in VB Script?
In html file what is an ideal position to include vbscript?
how to increasing the numbers in a given text box please write a vb script
Write a Program to add 2 numbers without using operators (+,-) and without using third variable. Note: Use VBScript only Hint: You can use other operators like '/' & '*'(Division & Multiplication)
Mention characteristics of sub procedures?
How to add actions in driver script to run those actions in QTP?
Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?
i need to sort the data using qtp script for this how i need to write a qtp script
Explain a few date functions in vbscript
How to replace junk code recorded by QTP with a mall function.
Anyone have qtp11.0 crack?
Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).