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
What is an arraylist?
What is the use of internal keyword?
Explain how can we remove handlers at run time?
What is the use of system.diagnostics.process class?
What is strong name in .net assembly?
What is the Advantage of vb.net over vb
What is a preprocessor directive in vb.net?
Explain about the performance of visual basic?
What is the top .net class that everything is derived from?
Tell us how many languages are supported by .net?
Explain clr?
What is econo-jit?
What keyword is used to accept a variable number of parameter in a method?
How to connect crystal report in vb.net ?
So you know which dll is used for microsoft .net run time?