public static void Main()
string restart = "This can be anything";
while(restart != "q" && restart != "Q")
Console.WriteLine(i + " is an even number");
Console.WriteLine(i + " is an odd number");
Console.WriteLine("Press q to quit or any other value to continue.");
restart = Console.ReadLine();