how to get sum of two numbers in vb.net?
Answer Posted / sudhakar
imports system.console
sub main()
a,b,c as integer
Console.WriteLine("Enter a")
ReadLine()
Console.WriteLine("Enter b")
ReadLine()
c=a*b
Console.WriteLine("The Result is:"+c)
End Sub
| Is This Answer Correct ? | 19 Yes | 18 No |
Post New Answer View All Answers
How vb implements the disconnected architecture as like vb.net?
Which namespace are used for accessing the data?
Explain private assembly?
Explain about delegate?
How to view an assembly?
What are the different variables in vb.net?
How can we store decimal data in .net?
Explain convert.tostrin?
What is the purpose of an Assembly?
What is non_deterministic finalization?
What is an arraylist?
Can you please explain the difference between thread and process?
What are the advantages of migrating to vb.net?
What is the difference between readonly variable and constant variable?
What is the main purpose of garbage collector?