Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

If a calulator having 3 buttons (of any number)in 3 of them one is not working properly due to which answer is wrong always. write a script to find out which button is not working properly ?

2112


A folder is there inside no of textfiles are avilable. How do count the textfiles. Normally folder means we are using subfolder methods but textfiles is not working for subfolder methods and how do get file name also.

2004


What is the difference between vb debugger and the script debugger?

1212


Can we create Crystal Report object in QTP?If yes then what it is and what are its various properties?

3518


Which operator can be used to do an xor operation in vbscript?

1317


what is the difference between modular and data and keyword driven framework

2326


What are the advantages of vbscript?

1142


How to add actions in driver script to run those actions in QTP?

2001


How can constants be declared in the vbscript language?

1063


Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).

1962


How will you release the memory acquired by an array variable in vbscript?

1276


Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?

1053


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

3039


Why is it recommended to close the database connection every time after the work is completed?

995


Write a code to print numbers from 5 to 0?

1183