how to get sum of two numbers in vb.net?
Answer Posted / rajesh
Sub main()
Dim a , b , c As Integer
System.Console.WriteLine("Enter a")
a = Console.ReadLine
System.Console.WriteLine("Enter b")
b = Console.ReadLine
c=a+b
System.Console.WriteLine("The value is")
MsgBox(c)
End sub
| Is This Answer Correct ? | 19 Yes | 11 No |
Post New Answer View All Answers
What do you mean by serialization?
What is code access security?
What is code security?
Explain the difference between web.config and machine.config and where it will be ?
Define clr?
What is a literal control?
Explain how the .net framework performs automatic memory management.
my project run very wel in my sytem yhen i am deploying my project on client machine ,after deployment i run my project then it show " can no find server name " what i do .
What is the difference between manifest and metadata?
What is tracing?
Write the role of new keyword?
what is commom language runtime?
what is intermediate language?
Explain enumerator?
Why do you need Lock in Visual Basic?