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 / banshi

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 ?    124 Yes 34 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Name some different types of control?

1030


What is the feature anonymous type?

965


Write a program to find all text files in a logical drive and return the count of the number of files?

2758


How do you script this scenario in QTP using VB? Verify XML attributes in XML message against XSD and data mapping of fields to Oracle tables? Verify data in XML to data in a defined table?

2995


Explain how can we remove handlers at run time?

1052


Explain internal keyword in .net framework?

1015


What is writeline in vb.net?

1001


What are the different types of Lock available in Visual Basic?

1161


How can we remove handlers at run time?

1103


How to retrieve images in sql server database through vb.net?

1021


What is the size of .net object?

1089


What are the difference between dispose(), close(), exit(), end()?

956


Explain convert.tostring and i.tostring method?

976


what is the need for dynamic controls in vb.net? i would like to know for what purpose should we create the controls dynamically? please give the answer in simple words.

2431


Explain the difference between datatable and dataset?

1364