how to write basic programs in VB Script like addition,
multiplication?
Answer Posted / ramesh
dim a,b,c,d
a=inputbox ("enter the value a: ")
b=inputbox ("enter the value b: ")
c=cint(a)+ cint (b)
d=a*b
msgbox c
msgbox d
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
HOw we can apply web service checkpoint in QTP 9.5? I tried it out with net connection also. But not getting success.
Mention how to assign a date value to a variable?
Explain some uses of vb script?
What are class properties?
What's the difference between vbscript and vb.net?
Explain few date functions in vbscript?
How to write a VBscript for web page performance test i need a code send if any knows the code If any knows VBScript book plz send to me the link to my mail plz
Explain the scope of the variables using dim, public, and private keywords respectively.
how to automatically update the sql server2005 database records when insert in vb6?
Explain the .wsf files?
Which operator can be used to check if two numbers are equal or not in vbscript?
Write a Script for ATM in QTP
How to Import data from a file (file is on the desktop) to the data table
How to create a cookie using vbscript?
what is the features of visual basic?