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 a VB.net program to swap two numbers

Answer Posted / vineetha

Module Basudev
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)
Sytem.console.ReadLine()
End Sub
End Module

Is This Answer Correct ?    14 Yes 17 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is pre-jit?

1115


Which dll is used for microsoft .net run time?

1032


difference between control and component more than one differences

3117


What are the different variables in vb.net?

1010


Allowed program to auto-correct the database when loading a presentation.

2315


What is the importance of a Button control?

1352


Explain the components of common language runtime.

1212


Explain the difference between thread and process?

1064


What are the difference between dispose(), close(), exit(), end()? When do we use them?

1075


What is branching logic control in VB.NET?

1025


When do you use virutal keyword?

1044


What is portable executable?

1250


Explain the difference between import system.data.sqlclient and system.data.oledb?

1050


How can we remove handlers at run time?

1102


Explain the difference between .dll extension and .exe extension files?

1105