Search:

Type: Posts; User: andbin

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    1,337

    Re: Exercise 105 in Java textbook

    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...
  2. Replies
    4
    Views
    1,337

    Re: Exercise 105 in Java textbook

    First, you need a Card class. I don't know (it depends on the requirements) if this class is given to you or if this class is up to you. I suspect the latter, so you have to create a Card class. And...
Results 1 to 2 of 2