how to get sum of two numbers in vb.net?
Answer Posted / pavan kumar
imports system.console
sub main()
a,b as integer
c as String
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 ? | 22 Yes | 19 No |
Post New Answer View All Answers
List the types of generations in garbage collector?
How do you define a read only property in a class module?
Define clr?
what is difference between web.config and machine.config and where it will be ?
How do you use two datareaders at the same time in a vb.net windows application ?
Name the tool which can convert visual basic old version to .net compatibility version?
What’s the difference between private and shared assembly?
How vb implements the disconnected architecture as like vb.net?
Explain how does the xmlserializer work?
What is vb.net used for?
How many languages are supported by .net?
Tell me which namespace are used for accessing the data?
Explain the use of new keyword?
What do you mean by serialization and deserialization?
What is the main purpose of garbage collector?