Answer Posted / manjunathareddy
Dim oNum1
Dim oNum2
oNum1=Cint(InputBox("Enter the First number here"))
oNum2=Cint(InputBox("Enter the Second number here"))
Msgbox "Before swapping numbers are"&" "&oNum1&" "&oNum2
oNum1=oNum1-oNum2
oNum2=oNum1+oNum2
oNum1=oNum2-oNum1
Msgbox "After Swaping numbers are"&" "&oNum1&" "&oNum2
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How will you get the last occurrence of one string within another string using vbscript?
How to Import data from a file (file is on the desktop) to the data table
In the Web page we have a table link, if we click on that link all the contents under that link will be sorted (asscending/Descending). Now i want to check in which order the list is ? for that i need to get the data in to some var How can i get that cells data?
Out of the different type of operators, which are evaluated first and last in the vbscript language?
Explain the string concatenation function in vbscript?
PLz send me the VB scripts which is having more examples my email id : hareen_11@yahoo.com
How should i Create Email invite with server-side Coding?
Can anyone send me a vb script function for verifying the functionality of active links on a web page
what is the features of visual basic?
hi all, i had a question, that how to find out hiding a coloumn in a table i had a table having the following column names NAME DESCRIPTION CREATED TIME CREATED USER if i right clicked on a NAME column it will displays a menu having the same column names in a list like NAME DESCRIPTION CREATED TIME CREATED USER with check boxes.if i unched any check box, that column name should not be appear in the main table column names could anyone please solve this problem?
Mention when to use function procedures and what are its characteristics?
Write a code to print numbers from 5 to 0?
Explain the operator precedence in vb script?
Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?
What is difference between vbscript and vba?