Guest User

Untitled

a guest
Apr 22nd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.21 KB | None | 0 0
  1.     public void ausgeben()
  2.     {
  3.         for(int i = 0; i < arrayListe.length; i++)
  4.         {
  5.             for(int j = 0; j < array[0].length; j++)
  6.             {
  7.                 System.out.print(arrayListe[i][j]);
  8.                 System.out.print("\t");
  9.             }
  10.         }
  11.  
  12.     }
Add Comment
Please, Sign In to add comment