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
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 ?
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.
What is the difference between vb debugger and the script debugger?
Can we create Crystal Report object in QTP?If yes then what it is and what are its various properties?
Which operator can be used to do an xor operation in vbscript?
what is the difference between modular and data and keyword driven framework
What are the advantages of vbscript?
How to add actions in driver script to run those actions in QTP?
How can constants be declared in the vbscript language?
Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).
How will you release the memory acquired by an array variable in vbscript?
Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?
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
Why is it recommended to close the database connection every time after the work is completed?
Write a code to print numbers from 5 to 0?