using System;
public class Program
{
public static void Main()
int DATO;
Console.WriteLine("INGRESAR CONTRASEÑA NUMERICA");
DATO = Convert.ToInt32(Console.ReadLine());
while (DATO != 1111)
if (DATO != 1111)
Console.WriteLine("REINTENTE");
}