pls can any one explain the code below ;


for (int count=0;count<deck.length;count++)
deck[count]=new Card(faces[count%13],suits[count/13]);