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
Explain the difference between thread and process?
hello thank you for replying to my question regarding adding barcode fonts in vb.net project. I have downloaded a free font and added in my vb.net project but now i dont know how to use that i need to generate barcodes can any body help me how to use those fonts these are font3of9 .i need a small code to use these fonts to generate barcode thank u!
Name some of the features present in vb 2005?
Define cls?
What is a stream in vb.net?
How do you script this scenario in QTP using VB? Verify XML attributes in XML message against XSD and data mapping of fields to Oracle tables? Verify data in XML to data in a defined table?
Sir, what code to store data from vb net sql server 2008 to 2005 and at the same time in order to validate the data entered is not the same, but there have been contacts in the module. Examples such as the log table that I created, the user name as the primary key.
What is the significance of delegates. Where should they be used?
How to create a constant in vb.net?
What is strong name in .net assembly?
What is the differences between dataset.clone and dataset.copy?
What are all the differences between dispose and finalize()?
Can we use Vb.Net and C# language simultaneously in one .Net application?
What is the use of system.diagnostics.process class?
Define manifest?