public static void Main()
Console.WriteLine("Write in the password, you have tried "+times+" times.");
sPassword = Console.ReadLine();
sPassword = sPassword.ToLower();
if (sPassword == "balls")
Console.WriteLine("Correct");
Console.WriteLine("That was not the password");