public static void Main()
while (choice !="q" && choice !="Q")
Console.WriteLine(i + " is an even number");
Console.WriteLine(i + " is an odd number");
Console.WriteLine("press q to quit or press anything else to restart");
choice = Console.ReadLine();