OK
OK
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.Random;
/**
*PARA MAÑANA VERLO EN GRUPO
* @author Admin
*/
public class MiPrimerMatriz {
/**
* @param args the command line arguments
* @throws java.io.IOException
*/
public static void main(String[] args) throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
}
//Cargar la Matriz con Numeros Enteros Aleatorios
System.out.println("\n");
System.out.println("\nCARGAR LA MATRIZ CON NÚMEROS ENTEROS ALEATORIOS");
int filas = 0;
int columnas = 0;