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
How do you call a stored procedure in Visual Basic?
What does assert() method do In VB.NET
Did vb6 support multi-threading ?
What is the size of .net object?
What is difference between metadata and manifest?
Write the role of new keyword?
how to get dynamic control array position or its index position?
Explain about the performance of visual basic?
Compare c# and visual basic.net?
List the types of generations in garbage collector?
What are the different types of applications supported in .net (or) .net framework?
what is commom language runtime?
What is a stream in vb.net?
What is code security?
Name the two main parts of .net?