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
Explain about the ruby interface generator?
Explain the use of console application?
What is an assembly and its use?
what is common type system?
How to create a constant in vb.net?
How do you use two datareaders at the same time in a vb.net windows application ?
What is the maximum size of the textbox?
Explain private assembly?
thak you Mr Govind for replying to my question. My next question is that how to retrieve image stored in an SQL server table and assign it to any image control or picture control using VB.net
What is the difference between vb 6 and vb.net?
What is tracing?
Explain the difference between vb 6 and vb.net?
What is enumerator?
What is multiple form in vb?
Explain cls?