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
List the types of authentication?
How would you implement inheritance using vb.net?
Explain strong name in .net assembly?
Explain the difference between int and int32?
how many server control present in .net
Explain the use of serialization and deserialization?
What are jagged arrays ?
Thank you for replying to my Question regarding Barcodes in VB.net. My next question is that how to use Barcode Fonts in VB.net I need a small code to Generate Barcodes in VB.net from a string of Values. This is the only problem i am left with in my project. Any body can help me please.
What is a preprocessor directive in vb.net?
What is an arraylist?
List the types of generations in garbage collector?
List the different types of assembly?
What is a static class?
Explain about visual basic?
What are the features of c# which are not present in vb.net?