Imports System
Public Module Module1
Public Sub Main()
dim username as string = "19bobbyn"
Console.WriteLine("please enter username")
console.ReadLine()
if username = "19bobbyn"
console.WriteLine("now enter password")
else
console.WriteLine("incorrect")
end if
End Sub
End Module