write a VB.net program to swap two numbers
Answer Posted / basudev_kan
Module Basudev
Sub Main()
dim a,b,te as integer
System.console.writeline("Enter The Two Number:")
a=System.Console.ReadLine()
b=System.console.ReadLine()
System.console.WriteLine("The Two Number is:{0} And{1}:",a,b)
te=a
a=b
b=te
System.console.WriteLine("After Swapping Value is:{0} and
{1}:",a,b)
Ssytem.console.ReadLine()
End Sub
End Module
Is This Answer Correct ? | 83 Yes | 42 No |
Post New Answer View All Answers
What is the ruby interface generator?
write a program to develop a graphic user interface application of marks book with students names and their names.the program should show the following options main menu,add student details,display student details,maximum mark and minimum mark.
What are the parts of the visual basic control?
Define clr?
Explain about the ruby interface generator?
What are the different types of Lock available in Visual Basic?
What is stack used for in vb. Net?
What is the feature which is common to all .net languages?
What do you mean by option strict on?
What is an arraylist?
Can you please explain the difference between namespace and assembly?
what is intermediate language?
Explain clr?
Explain private assembly?
How many languages are supported by .net?