how to write basic programs in VB Script like addition,
multiplication?
Answer Posted / vani
dim a,b,sum,mul
a=cdbl(inputbox("enter a?"))
b=cdbl(inputbox("enter b?"))
sum=a+b
mul=a*b
msgbox sum
msgbox mul
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
What is sql loader? Explain the files used by sql loader to load file?
Mention characteristics of sub procedures?
Explain about scrrun.dll?
How will you get the natural logarithm of the given number in vbscript?
what types of bugs will we find out in banking projects for automation testing?
Explain the constants in vbscript?
Explain the tristate constants in vbscript?
What is the use of the ‘open’ method to work with the database in the vbscript language and what connection string is passed in the same and what is its usage?
Hi anyone Can Send Solution to the Question wt m posting now Prepare Script for the Bellow Scenario? Login to Gmail Page Open Inbox check Mails save them in a Folder
How to find the font in qtp. Scenario:After entering the username and passwd you will be navigate into the "welcome:Username" page.Now I want to extarct font for this message.
How do i automate a website www.flyashx.com without having any test cases witin a week time.
Mention the environments where vbscript could be run?
Mention what is byref and byval parameters in vbscript?
How will you get a combined string from array of string in vbscript?
Mention what is vbscript procedures?