class Ala{ private char[][] m={ {'.', '.', '.', '.', '.', '.'}, {'.', '.', '.', '.', '.', '.'}, {'.', '.', '.', '.', '.', '.'}, {'.', '.', '.', '.', '.', '.'}, {'.', '.', '.', '.', '.', '.'}, {'.', '.', '.', '.', '.', '.'} }; public void t2hista(int x, int y){ if(x<0){return;} if(y<0){return;} if(x>=m[0].length){return;} if(y>=m.length){return;} m[y][x]='*'; return; } public String toString(){ String s=""; for(int rida=0; rida3){suund=0;}} public String toString(){return "("+x+", "+y+")";} }