¿Cómo llenar una matriz o cuadricula en Java (Código)?

Iniciado por jpfuen, 9 Mayo 2018, 11:55 AM

0 Miembros y 1 Visitante están viendo este tema.

jpfuen

Necesito

ThunderCls

Código (java) [Seleccionar]

for(int i = 0; i < ROWS; i++)
{
   for(int j = 0; j < COLUMNS; j++)
       matrix[i][j] = VALUE;
}
-[ "...I can only show you the door. You're the one that has to walk through it." – Morpheus (The Matrix) ]-
http://reversec0de.wordpress.com
https://github.com/ThunderCls/