Dim username, password as string
Dim loginCheck as boolean
Console.WriteLine("Please enter username :")
username = console.Readline()
Console.WriteLine("Please enter password:")
password = console.ReadLine()
IF username = "Zaynab123" and password = "5fn93" or username = "Zaynab" and password = "tree" then if Zaynab123 has loggen in with 5fn93 or Zaynab has logged in with tree End IF
Console.WriteLine("error with suggested username and/or password")
Loop Until loginCheck= true
console.Write("hello & username")