how to write basic programs in VB Script like addition,
multiplication?
Answer Posted / pravati
Call sum(x,y)
Function sum(x,y)
x=cint(inputbox ("enter a no"))
y=cint(inputbox ("enter a no"))
z=inputbox("enter the value")
Select Case z
Case "+" msgbox x+y
Case "-" msgbox x-y
End Select
End Function
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the purpose of the err object in the vbscript language?
Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?
What are the uses of vb script?
What is the use of the date function in the vbscript language?
How to write a VBscript for web page performance test i need a code send if any knows the code If any knows VBScript book plz send to me the link to my mail plz
If we take 2 strings as “good” and “bad” then what will ‘+’ and ‘&’ operators return?
how to answer "TELL ME ABOUT UR SELF" as exp.person. whr to start and whr to stop. can anyone tel me
What are the 2 ways in which a variable can be declared in the vbscript language?
wht must be the interview question on corinthian information technology solutions incorporated.
Plzzzzzzz can any one tell me which is the best institute in hyderabad for learing VBScript. plz do answer guys its urgent plzzzzzzz. thanks in advance.
What's the difference between vbscript and vb.net?
i need to sort the data using qtp script for this how i need to write a qtp script
What is vbscript?
1) How can we use VB script in testing the application? 2) What all are the things(Software application to be installed in PC) we need to learn VBscript?
Mention what is the main difference between function and sub-procedure?