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...

how to get sum of two numbers in vb.net?

Answer Posted / ambar

Sub Main()
Dim x, y As Integer
Console.Write("Enter value of x: ")
x = Console.ReadLine()
Console.Write("Enter value of y: ")
y = Console.ReadLine()
Console.Write("Sum x+y = ")
Console.WriteLine(x + y)
Console.ReadLine()
End Sub

Is This Answer Correct ?    10 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a static class?

1062


How to create a constant in vb.net?

1245


Tell me which namespace are used for accessing the data?

1069


Explain the observations between vb.net and vc#.net?

974


What is the difference between convert.tostring and .tostring() method?

1072


Define clr?

1122


What is code access security?

1254


What is a literal control?

1067


How to connect crystal report in vb.net ?

989


Name some of the features present in vb 2005?

1005


Which control is an example of an object in vb net?

7012


What is the use of assembly?

1059


What is the diff between vb mdi form and .net mdi form?

1052


What is the difference between import system.data.sqlclient and system.data.oledb?

1000


What are nested classes?

993