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
Explain about rapid application development tool?
What is the significance of delegates. Where should they be used? What are the situations where we require them?
How to store images in sql server database through vb.net?
Explain how does the xmlserializer work?
What is econo-jit?
What are the two main parts of .net?
What do you mean by deserialization?
What is a literal control?
Why do we use ansi keyword?
What is the difference between convert.tostring and i.tostring method?
What is early binding?
What are the different types of Lock available in Visual Basic?
What keyword is used to accept a variable number of parameter in a method?
how to deploy vb.net with key and evaluation time? any one can help me?
Which dll is used for microsoft .net run time?