using System;
public class Program
{
public static void Main()
SecretLvL(3);
}
static void SecretLvL(int SCL)
if (SCL < 3)
Console.WriteLine("There seems to be nothing here.");
else if (SCL >= 3 )
Console.WriteLine("There seems to be SECRET door behind this wall");