Saturday, September 17, 2011

Read keyboard input

Class Tester
     Shared Sub Main()
        Dim userInput As String

            Console.WriteLine("Enter a source temperature.")
            userInput = Console.ReadLine()
            Console.WriteLine(userInput)
     End Sub

End Class

No comments:

Post a Comment

Explain the different parts that constitute ASP.NET application.

Content, program logic and configuration file constitute an ASP.NET application. Content files Content files include static text, images ...