how to get sum of two numbers in vb.net?

Answer Posted / shamseena

imports system.console
sub main()
a,b,c as integer
Console.WriteLine("Ente a:")
ReadLine()
Console.WriteLine("Enter b:")
ReadLine()
c=a+b
Console.WriteLine("The Result is:"+c)
End Sub

Is This Answer Correct ?    43 Yes 23 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is branching logic control in VB.NET?

570


Explain an assembly and its use?

527


What is vb.net used for?

548


What is the class that allows an element to be accessed using unique key?

543


What is DLL HELL in VB.NET

610






what is intermediate language?

608


What are the difference between structure and class?

560


What do you mean by serialization and deserialization and it's use.

603


Did vb6 support multi-threading ?

538


How to view an assembly?

594


What is meant by jagged arrays?

579


Explain public assembly?

548


Name and explain some of the exclusive features which are present in vb?

550


difference between checkbox vs radiobutton??

2486


What are the differences between c# and visual basic.net?

527