Dim strusername As String = "LA12345"
Dim strpassword As String = "8kobe24"
If strusername = Console.ReadLine() And strpassword = Console.ReadLine Then
Console.WriteLine( "You are now logged in." )
Console.WriteLine( "Incorrect Username or Password" )