Write VB script to convert from feet to inches(hint 1feet=12
inches)

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the string concatenation function in vbscript?

612


Give me sm ideas to write Vbscripts abt protocol testing abilash700@gmail.com.

1710


Explain the tristate constants in vbscript?

661


how to operate webobjects in a webpage using getobject function and then using generic methods?

2639


Mention how you can call vbscript functions?

668






Why is error handling required?

651


What are subprocedures in vbscript?

755


Differentiate javascript and vbscript?

645


Difference between dim,public and private variables in vb script?

613


How to assign a date value to a variable?

676


what is the differance between BYVAL,BYREF?

1861


Description.Create

2229


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

1680


How are values assigned to the variables in the vbscript language?

661


Mention what is the difference between vbscript and vba?

602