Advertisement
MFMS

Untitled

Jan 26th, 2015
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.27 KB | None | 0 0
  1.             while(toReadFile.hasNextLine()){
  2.                                
  3.                 while(toReadFile.hasNextInt()){
  4.                                         matrix[i][j] = toReadFile.nextInt();
  5.                     j++;
  6.                 }toReadFile.nextLine();
  7.         i++;
  8.             }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement