how to get sum of two numbers in vb.net?
Answer Posted / aman
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 ? | 5 Yes | 8 No |
Post New Answer View All Answers
What are the advantages of VB.NET?
Explain the difference between system.string and system.stringbuilder classes?
What is misl code?
Described strong typing
What is normal jit?
what is diffrence constructor and destructor in vb
Explain the difference between namespace and assembly?
Explain about globalization?
Can you please explain the difference between int and int32?
Which properties are used to bind a DataGridView control?
What is the advantage of using system.text.stringbuilder over system.string?
What is the top .net class that everything is derived from?
Explain the difference between int and int32?
my project run very wel in my sytem yhen i am deploying my project on client machine ,after deployment i run my project then it show " can no find server name " what i do .
Explain convert.tostrin?