Imports System
Public Module Module1
Public Sub Main()
Dim username as string
Console.WriteLine("Enter your username.")
username = console.ReadLine()
Dim password as string
password = console.ReadLine()
if username = "average joe" then
if password = "e" then
Console.Writeline("welcome")
end if
End Sub
End Module