Search:

Type: Posts; User: Stormin

Search: Search took 0.11 seconds.

  1. Replies
    9
    Views
    2,401

    Re: CardGuesser. Stuck on Card class HELP!

    Where would I state this.

    CompareValues seems to work fine excpet when I compare against 'A'.
    If I compare it to '2' it thinks that 'A' is higher, however 'A' is lower(Ace is low). I've...
  2. Replies
    9
    Views
    2,401

    Re: CardGuesser. Stuck on Card class HELP!

    Sorry the list would be all char except for 10 right? Way to get around this? cheers
  3. Replies
    9
    Views
    2,401

    Re: CardGuesser. Stuck on Card class HELP!

    Thanks for the replies guys!
    Would this work with compareValue though as It contains int and char so is there a way to compare in this order?
    (A,2,3,4,5,6,7,8,9,10,J,Q,K)... Btw this is the...
  4. Replies
    9
    Views
    2,401

    CardGuesser. Stuck on Card class HELP!

    Hey guys i'm in a bit of a pickle.
    I am quite new to Java programming but I am capable of basic tasks. I'm creating a CardGuessing game which includes 3 classes; Game,Pack and Card. In the Card...
Results 1 to 4 of 4