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


Please Help Members By Posting Answers For Below Questions

Explain about rapid application development tool?

603


What is the significance of delegates. Where should they be used? What are the situations where we require them?

615


How to store images in sql server database through vb.net?

588


Explain how does the xmlserializer work?

672


What is econo-jit?

691






What are the two main parts of .net?

644


What do you mean by deserialization?

638


What is a literal control?

650


Why do we use ansi keyword?

651


What is the difference between convert.tostring and i.tostring method?

638


What is early binding?

600


What are the different types of Lock available in Visual Basic?

722


What keyword is used to accept a variable number of parameter in a method?

665


how to deploy vb.net with key and evaluation time? any one can help me?

1839


Which dll is used for microsoft .net run time?

624