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
Mention the environments where vbscript could be run?
Explain the support of asp for vb script functionality?
Mention how to access array data?
how to operate webobjects in a webpage using getobject function and then using generic methods?
What is the technology used by vb script?
What is the use of the recordset object and which statement is used to create such an object?
after medical test,when will be the police verification
hi i am trying for testing job for 3+ experience(fake) can u suggest me what type of projects i can keep in my resume and how much of knoeledge i should have abt that project.thnks in advance.urgt plz
did any one attended interview in applabs if you had gone through plz tell me the procedure
What are class events?
Explain about constants in vb script?
Why is error handling required?
For a webbased application:- what should be code in expert veiw, for retrieving a single column name "username" from a server and checking whether exported "username" from datatable doesn't exist in server. suppose i have saved in excelsheet a username="gayatri" , which is exported, then checked for whether this username "gayatri" exist in server database or not ? if exist then allow to enter new username, which should be again checked for in loop , or else come out of loop and enter a distinct "username". plz let me have this answer in my id gayatrisahooin@hotmail.com
wat is the com(common object model)object for mozilla firefox???????plz if any one know the exact answer....reply me......
How will you get the exponent of the given number in vbscript?