Pregunta 1
Pregunta 1
Pregunta 1
package domApli;
import javax.swing.JOptionPane;
producto Arreglo[];
int n;
public aplicacion() {
n = Integer.parseInt(JOptionPane.showInputDialog("Ingrese la cantidad de productos a almacenar"));
Arreglo = new producto[n];
}
break;
default:
JOptionPane.showMessageDialog(null, "Esa opcion no existe");
}
} while (true);