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
What is sorting in vb?
Explain about delegate?
What are the objects in asp.net?
Which namespace are used for accessing the data?
Why should you use delegate?
Explain how the .net framework performs automatic memory management.
What do you understand by vb.net?
What is vb.net used for?
Explain how can we remove handlers at run time?
What is tracing?
Name and explain some of the exclusive features which are present in vb?
How does vb.net achieve polymorphism?
Define serialization in .net?
How do you define a read only property in a class module?
Explain namespace?