how to write basic programs in VB Script like addition,
multiplication?
Answer Posted / jansheer
dim a
dim b
dim c
a=cintinputbox("enter first no")
b=cintinputbox("enter second no")
c=a+b
msgbox("sum of "&a&"and"&b&"is")
| Is This Answer Correct ? | 4 Yes | 16 No |
Post New Answer View All Answers
PLz send me the VB scripts which is having more examples my email id : hareen_11@yahoo.com
Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?
why variable name should not exceed 255 characters?
What is byref and byval parameters in vbscript?
What is difference between vbscript and vba?
how to write validation function for date in vb script
Mention how to access array data?
How will you compare two strings in vbscript?
What is the purpose of folders object of scripting.filesystemobject class in vbscript?
what is the use of QCUtil? explain with one example?
How will you get a random number between 0 and 1 in vbscript?
How to Convert Hex color code to color name in VB Script?
How to Import data from a file (file is on the desktop) to the data table
Explain the string concatenation function in vbscript?
If a calulator having 3 buttons (of any number)in 3 of them one is not working properly due to which answer is wrong always. write a script to find out which button is not working properly ?