public static void Main()
Console.WriteLine("Type in a number between 100 and 1000:");
x = int.Parse(Console.ReadLine());
if ((x >= 100) && (x < 1000))
if ((z == a) && (z == y))
Console.WriteLine("Lucky Number!");
Console.WriteLine("Not A Lucky Number");
Console.WriteLine("Error");