public static void Main()
Console.WriteLine("DAME UN NUMERO");
n1=Convert.ToInt32(Console.ReadLine());
Console.WriteLine("DAME UN NUMER0");
n2=Convert.ToInt32(Console.ReadLine());
Console.WriteLine("OPCION 1 PARA SUMAR OPCION 2 PARA RESTAR OPCION 3 PARA MULTIPLICAR OPCION 4 PARA 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);