public static void Main()
Console.WriteLine("Enter a number between 2 and 100");
a = System.Convert.ToInt32(System.Console.ReadLine());
Console.WriteLine("Enter another number between 2 and 100");
b = System.Convert.ToInt32(System.Console.ReadLine());
System.Console.WriteLine("The product is: ");
System.Console.WriteLine(product);