public static void Main()
Console.WriteLine("DAME UN NÚMERO");
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, OPCION 3 MULTIPLICAR, OPCION 4 DIVIDIR");
op=Convert.ToInt32(Console.ReadLine());
Console.WriteLine("EL RESULTADO ES: "+r);
Console.WriteLine("EL RESULTADO ES "+r);
Console.WriteLine("EL RESULTADO ES " +r);
Console.WriteLine("EL RESULTADO ES" +r);