import java.util.*; public class Kocke{ private int stKock; private int tab[]; Random r = new Random(); Kocke (int stK){ this.stKock = stK; tab = new int[stK]; for(int i = 0; i max){ max = st; rez = i; } } return rez; } public void izpis(){ for (int i = 0; i