Write VB script to convert from feet to inches(hint 1feet=12
inches)
Answers were Sorted based on User's Feedback
Answer / pravina
Dim feet,inches,c
feet=4
c=12
inches=feet*c
msgbox feet&"feet="&inches&"inches"
Is This Answer Correct ? | 7 Yes | 1 No |
What are the advantages of vbscript?
How will you release the memory acquired by an array variable in vbscript?
Explain about vb script?
VBscript for QTP,best tutorial?
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.
How are values assigned to the variables in the vbscript language?
Which object is used to work with the database in the vbscript language and what statement is used to create this object?
What are the uses of vb script?
How will you get the exponent of the given number in vbscript?
How regexp.execute method works?
generic function for webedit box for web application
What is dictionary object in vbscript? Explain?