public static void Main()
Console.WriteLine("DAME UN NUMERO");
n1=Convert.ToInt32(Console.ReadLine());
Console.WriteLine("DAME UN NUMERO");
n2=Convert.ToInt32(Console.ReadLine());
Console.WriteLine("OPCION 1 PARA SUMAR, OPCION 2 PARA RESTAR");
op=Convert.ToInt32(Console.ReadLine());
Console.WriteLine("EL RESULTADO ES: "+r);
Console.WriteLine("EL RESULTADO ES: "+r);
Console.WriteLine("LA OPCION SELECCIONADA NO ES CORRECTA");