public static void Main()
P.authenticate("AQA","GCSE123");
public void authenticate(string user,string pass)
string[]us={"dave", "alice", "bob"};
string[]ps={"abf32", "woof2006", "!@34E$"};
Console.WriteLine("Username and password is correct.");
Console.WriteLine("Username and password is incorrect.");