} public int getLength() { return length; } public void setLength(int length) { this.length = length; } private int getRnum(){ return r.nextInt(900) + 100; } private void checkIfMax(){ max = cursor == 0 ? 0 : ( rlist[max] >= ...