write a VB.net program to swap two numbers
Answer Posted / vineetha.balan
Module Vineetha
Sub Main()
dim a,b,te as integer
System.console.writeline("Enter The Two Number:")
a=System.Console.ReadLine()
b=System.console.ReadLine()
System.console.WriteLine("The Two Number is:{0} And
{1}:",a,b)
te=a
a=b
b=te
System.console.WriteLine("After Swapping Value is:{0} and
{1}:",a,b)
System.console.ReadLine()
End Sub
End Module
| Is This Answer Correct ? | 23 Yes | 13 No |
Post New Answer View All Answers
Explain manifest?
Explain the difference between c# and vb.net?
hello thank you for replying to my question regarding adding barcode fonts in vb.net project. I have downloaded a free font and added in my vb.net project but now i dont know how to use that i need to generate barcodes can any body help me how to use those fonts these are font3of9 .i need a small code to use these fonts to generate barcode thank u!
Can you please explain the difference between c# and vb.net?
Is it necessary to have SQL server installed in your computer in order to create a service based database in vb.net?
What is redim keyword?
Explain jagged array in vb.net?
What is the use of console application?
What are jagged arrarys ?
What languages does the .net framework support?
How many languages are supported by .net?
Name the tool which can convert visual basic old version to .net compatibility version?
What is private assembly?
Explain the advantages of vb.net?
What is normal jit?