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
Write a VB.Net console program to check whether a number is perfect or not.
Define clr?
What is option strict?
What is early binding?
Sir, what code to store data from vb net sql server 2008 to 2005 and at the same time in order to validate the data entered is not the same, but there have been contacts in the module. Examples such as the log table that I created, the user name as the primary key.
Is vb.net a programming language?
What is static member?
Explain about visual basic.net?
What are the different variables in vb.net?
What are the types of generations in garbage collector?
What are all the differences between dispose and finalize()?
Explain i.tostring method?
Which is the tool which can convert visual basic old version to .net compatibility version?
What is non_deterministic finalization?
Name the two main parts of .net?