public static void Main()
Console.WriteLine("Please enter postcode.");
string postcode = Console.ReadLine();
postcodeLength = postcode.Length;
while (postcodeLength<6 || postcodeLength>8)
Console.WriteLine("Invalid passcode, please re-enter it.");
string postcode = Console.ReadLine();