Hi, could anyone explain what these do..
lottoticket = new ArrayList<Numbers>();
qty = numOfLines;
for(int i=0; i<qty; i++) { lottoticket.add(new Numbers()); }
for ( int i=0; i<qty; i++ ) { //comment lottoticket.get(i).print(); // +++++++++++++++++++++++ }
thanks