Tema
:
matriz multidimensional
Ver Mensaje Individual
#
1
(
permalink
)
31/08/2008, 10:28
don_fransisco
Fecha de Ingreso: junio-2004
Mensajes: 193
Antigüedad: 21 años
Puntos: 1
matriz multidimensional
int[,] tablaMultidimensional = new int[,] {{1,2,3,4},
{5,6,7,8},
{9,10,11,12}};
COMO RECORRO ESTA MATRIZ MULTIDIMENSIONAL CON FOR....?
__________________
www.webeconomicas.cl
don_fransisco
Ver Perfil
Buscar todos los Mensajes de don_fransisco