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
How to create a cookie using vbscript?
What is the use of the instr function?
about vb scripting programs this type of all question& answers
Description.Create
What is vbscript language used for and which earlier language is it modeled upon?
I want to run QTP script on Linux server is it possible to do this by connecting Windows to Linux through VPN/Terminal Server and just run the script on Linux server.
In what way program "hello world" you can write in vbscript?
what is diff between static and dynaic arrys?
Which event is triggered when mouse focus comes out of an element in the vbscript language?
Explain a few date functions in vbscript
Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?
How will you get the natural logarithm of the given number in vbscript?
Differentiate javascript and vbscript?
Mention what is the technology used by vb script?
what is the differance between BYVAL,BYREF?