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
Mention how to create a cookie using vbscript?
How can you create a file object to work with the files in the vbscript language?
How to create a cookie using vbscript?
Which event is triggered when mouse focus comes out of an element in the vbscript language?
How will you convert a string to lower case string using vbscript?
What is vbscript language used for and which earlier language is it modeled upon?
How will you get the exponent of the given number in vbscript?
Mention what if you do not specify anything when you call a procedure?
What is sql loader? Explain the files used by sql loader to load file?
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 regexp.execute method works?
When does ‘on click of button’ event gets triggered in the vbscript language?
In html file what is an ideal position to include vbscript?
What is purpose of scripting.filesystemobject class in vbscript?
Give me sm ideas to write Vbscripts abt protocol testing abilash700@gmail.com.