public static void Main()
int n1=0, op, n2, r=0, cuantas=0, hecho=0;
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.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);
Console.WriteLine("LA OPCION SELECCIONADA NO ES CORRECTA");