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
What is sealed class?
Explain manifest?
Explain managed code?
Is vb net a scripting language?
List the different types of assembly?
described weak typing?
What does assert() method do In VB.NET
How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?
What are the different types of a stream?
Explain some of the exclusive features which are present in vb?
What is sorting in vb?
What are the various open source tool available for VB.NET?
Explain redim keyword?
What is different between web.config and machine.config and where it will be ?
What is private assembly?