public static void Main()
string choice = "This is a goto statement.";
while (choice != "q" && choice != "Q")
Console.WriteLine("Please enter a positive integer.");
string input = Console.ReadLine();
if (ulong.TryParse(input, out n))
Console.Write(n + " is divisible by: ");
for (ulong i = 1; i <= 100; i++)
Console.WriteLine("Please be sure to enter a positive integer.");
Console.WriteLine("\nPress q to quit or any other key to continue.");
choice = Console.ReadLine();