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 to take whole text output from screen of Bitmap Application.
Why is error handling required?
What is the technology used by vb script?
Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?
Mention what if you do not specify anything when you call a procedure?
How will you get the last occurrence of one string within another string using vbscript?
Write a code to print numbers from 5 to 0?
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
when we use filter funtiom invb script(QTP)
What is event handling in vbscript?
Explain the support of asp for vb script functionality?
wat is the com(common object model)object for mozilla firefox???????plz if any one know the exact answer....reply me......
How to create a cookie using vbscript?
How can you create a file object to work with the files in the vbscript language?
Like OPTION EXPLICIT statement what are the other statements used in vbscript and their usage. Please post me all the statements please.