Originally Posted by
ghostheadx
They gave me a card class under "show program details":
Ok, the Card class is fine. In the part
your code goes here you need to instantiate a Card object and assign it to an element in the deck array.
What are your doubts? Think: the Card constructor receives 2 informations. Do you have these informations in the
your code goes here part?
And do you have a valid index that can go from 0 to 51 (for deck array)? Think again: can you use directly i and/or k or do you need another index variable?