how to get sum of two numbers in vb.net?
Answer Posted / kaviyarasu
Imports system.console
Module Module1
Sub main()
Dim a, b, c As Integer
WriteLine("Ente a:")
a = ReadLine()
Console.WriteLine("Enter b:")
b = ReadLine()
c = a + b
WriteLine("The Result is:" & c)
ReadLine()
End Sub
End Module
| Is This Answer Correct ? | 14 Yes | 8 No |
Post New Answer View All Answers
What is datatype conversion?
What are jagged arrarys ?
What is intermediate langauge?
Which properties are used to bind a DataGridView control?
Define serialization in .net?
What is branching logic control in VB.NET?
What do you understand by vb.net?
Explain the components of common language runtime.
What is difference between metadata and manifest?
Which control is an example of an object in vb net?
What is visual basic.net culture?
described weak typing?
What is late binding?
What is public assembly?
Explain about visual basic.net?