public static void Main()
int n1-0, op, n2, r=0,cuantas=0, hecho=1;
Console.WriteLine("CUANTAS OPERACIONES DESEA REALIZAR?");
} Cuantas=Convert.ToInt32(console.ReadLine());
console.Writeline("DAME UN NUMERO");
n1=Convert.ToInt32(console.ReadLine());
Console.WriteLine("DAME UN NUMERO");
n2=Convert.ToInt32(console.ReadLine());
Console.Write("OPCION 1 PARA SUMAR, OPCION 2 PARA RESTAR,OPCION 3 PARA MULTIPLICAR")
op=Convert.ToInt32(Console.ReadLine());
Console.WriteLine("EL RESULTADO ES: " +r)
console.Writeline("EL RESULTADO ES:" +r);
console.Writeline(" EL RESULTADO ES:" +r);