how to get sum of two numbers in vb.net?
Answer Posted / pavan kumar
imports system.console
sub main()
a,b as integer
c as String
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 ? | 22 Yes | 19 No |
Post New Answer View All Answers
What is the difference between vb 6 and vb.net?
Explain internal keyword in .net framework?
What is the purpose of objects present in asp.net?
I Am Developing A project where I can send Message from One Computer to Another Computer With The Help Of LAN.Already I Have developed..It is working Fine With The Details Of ..TO,FROM,REF No,DATE,BODY...Now I Want To Add Attachments part in the same projects...How Can I Send Attachment File & How To Send It..I Am Working in VB.Net 2005 With out Any database. Can Any One Help me ??How To Write Code??Plz Send me a copy to my Mail also...I Dont Need Any Software Available in The Internet...Plz refer me The Code in VB.Net maloy.adhikari@in.com
Explain about visual basic?
Explain cls?
Described strong typing
What is the class that allows an element to be accessed using unique key?
What are the advantages of VB.NET?
What is the difference between convert.tostring and i.tostring method?
Explain code security?
Name the tool which can convert visual basic old version to .net compatibility version?
What is the difference between compiler and interpreter?
What is stack used for in vb. Net?
What is non_deterministic finalization?