how to get sum of two numbers in vb.net?
Answer Posted / sudhakar
imports system.console
sub main()
a,b,c as integer
Console.WriteLine("Enter a")
ReadLine()
Console.WriteLine("Enter b")
ReadLine()
c=a*b
Console.WriteLine("The Result is:"+c)
End Sub
| Is This Answer Correct ? | 19 Yes | 18 No |
Post New Answer View All Answers
What is the difference between import system.data.sqlclient and system.data.oledb?
What is the difference between value and reference types?
What would you do to remove microsoft visual basic name space?
What is the maximum size of the textbox?
Name some of the features of C# which are not present in VB.NET?
Define cls?
How to execute VB.NET PROJECTS,VB6.0 PROJECTS AND write their test cases.Need Reply Urgently
Explain the difference between dispose and finalize()?
Explain about the keyword must inherit?
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.
Explain redim keyword?
Can you please explain the difference between dispose and finalize()?
Is vb.net dead?
Which properties are used to bind a DataGridView control?
What is non_deterministic finalization?