Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for (int posF = 0; posF < notes.length; posF++) {
- System.out.print("\nEls valors que hi ha a la fila " + posF + " són: \n\n");
- for (int posC = 0; posC < notes[posF].length; posC++) {
- System.out.print("\n\tEl valor que hi ha a la columna " + posC + " és: " + notes[posF][posC]);
- }
- }
RAW Paste Data