public static void Main()
for (int count = 1; count <= 2; count++)
Console.WriteLine("Please enter from 1 to 20");
enterNum = System.Convert.ToInt32(Console.ReadLine());
Console.WriteLine("Your Value X is {0}", enterX);
Console.WriteLine("Your Value num is {0}", enterNum);
Console.WriteLine("Please enter from 1 to 20");
enterY = System.Convert.ToInt32(Console.ReadLine());
Console.WriteLine("Your Value Y is {0}", enterY);
Console.WriteLine("You have compleated {0} operations", count);