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