Guest User

Untitled

a guest
Jan 21st, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.14 KB | None | 0 0
  1. // Lee la matriz desde un fichero
  2. public void LeerMatriz(Entrada p){
  3.     for(int i=0;i<fil;i++){
  4.         for(int j=0;j<col;j++) mt[i][j]=p.Leer();
  5.     }
  6. }
Add Comment
Please, Sign In to add comment