how to write basic programs in VB Script like addition,
multiplication?
Answer Posted / venkat
Dim a
Dim b
a=inputbox("enter a value")
b=inputbox("enter b value")
Dim c
c=int(a)+int(b)
Msgbox c
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
Mention what is variant in vbscript?
How will you get the smallest subscript of an array in vbscript?
Which function is used in the vbscript language to convert the specified expression into a date type value?
how to operate webobjects in a webpage using getobject function and then using generic methods?
how to write codings in QTP using vb script. please help me. i am new to QTP. it is easy or very much tough. please tell me
Explain some uses of vb script?
Which operator can be used to change the value of the operand or change the state of the condition?
Mention what is the technology used by vb script?
Explain about filter expression?
Hai this is sheik, i want to learn VB scripts for web application pls guide me what are all basic things need to know to learn VB scripts in web application.
What aspects of vbscript make it safe so that a web page using vbscript cannot destroy or corrupt information on a user's computer?
Can automation testing find ssame no. of bugs what we can find by manual testing?
how to comvert 120 into one hunderd twenty rupees only and vice varsa
what types of bugs will we find out in banking projects for automation testing?
Write a function for Instr(). We need to write a function that works as same as Instr(). Code or Even pseudo code is good enough for me.?