public static void Main()
string [] lines = new string[2];
lines[0] = "John, 12345, true";
lines[1] = "Miles, 45678, true";
zip = Int32.Parse(x.Split(',')[1]),
status = bool.Parse(x.Split(',')[2])
Console.WriteLine(p.name + " - " + p.zip + ", - " + p.status);