Guest User

Untitled

a guest
Apr 26th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. stDatoteke++;
  2. for (int i = stNicel; i < stNicel + velikost; i++) {
  3. disk[razdelek][i] = stDatoteke;
  4. System.out.println("Datoteko sem zapisal pod stevilko: " +stDatoteke);
  5. for(int a=0;a<disk.length;a++) {
  6. System.out.printf("Razdelek %d: ", a + 1);
  7. for(int b=0;b<disk[a].length;b++){
  8. System.out.printf(" %d", disk[a][b]);
  9. }
  10. System.out.println();
  11. }
  12. else {
  13. strni();
  14. }
  15. }
Add Comment
Please, Sign In to add comment