Muchas Gracias Amigos Mios.
Cita:
String nombre[]=null;
int prod[][]=null,a=0,opc,e,i;
clase clas = new clase();
do
{
opc=Integer.parseInt(JOptionPane.showInputDialog(n ull,"MENU DE INGRESO DE DATOS ALMACENES\n\n1.Para Agregar Un almacen \n2. Para Terminar"));
switch(opc)
{
case 1:
{
nombre[a]=JOptionPane.showInputDialog(null, "Digita el Nombre de La Planta\n");
for(e=0;e<7;e++)
{
i=e+1;
prod[a][e]=Integer.parseInt(JOptionPane.showInputDialog(null , "Digita la Cantidad Producidad el Dia: "+i));
}
a+=1;
}break;
}
}while(opc!=2);
int prod[][]=null,a=0,opc,e,i;
clase clas = new clase();
do
{
opc=Integer.parseInt(JOptionPane.showInputDialog(n ull,"MENU DE INGRESO DE DATOS ALMACENES\n\n1.Para Agregar Un almacen \n2. Para Terminar"));
switch(opc)
{
case 1:
{
nombre[a]=JOptionPane.showInputDialog(null, "Digita el Nombre de La Planta\n");
for(e=0;e<7;e++)
{
i=e+1;
prod[a][e]=Integer.parseInt(JOptionPane.showInputDialog(null , "Digita la Cantidad Producidad el Dia: "+i));
}
a+=1;
}break;
}
}while(opc!=2);