public static void Main()
Console.WriteLine("Please enter the password.");
input = Console.ReadLine();
Console.WriteLine("Invalid entry. try 11285");
Console.WriteLine("Please enter the number 1");
one = Console.ReadLine();
number = Convert.ToInt32(one);
Console.WriteLine("Invalid entry. Must be the number 1.");