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
What are the differences between server-side and client-side code?
How to run a dos command in vb.net?
What is a stream in vb.net?
Explain the difference between c# and vb.net?
What is the differnce between managed code and unmanaged code?
How a base class method is hidden?
What is the difference between value and reference types?
What are all the differences between dispose and finalize()?
What are the difference between dispose(), close(), exit(), end()?
Explain about the ruby interface generator?
Explain option explicit?
What is econo-jit?
Explain about branching logic control in vb.net?
What does assert() method do In VB.NET
How to execute VB.NET PROJECTS,VB6.0 PROJECTS AND write their test cases.Need Reply Urgently