Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Re: Guys please Help me find answers on A and B below

    Some considerations:
    all these hands contain a pair:
    four of a kind
    full house
    three of a kind
    two pair
    one pair

    One approach would be to start at the top of that list and work down,...
  2. Re: Guys please Help me find answers on A and B below

    Change the Card class's constructor to take int values instead of Strings. The int values will be easier to work with.


    What is "question a"?
  3. Re: Guys please Help me find answers on A and B below

    The compiler can not find definitions for the variables: face and suit that are in scope where they are being used. Where are those variable defined?

    Where is the dealCard() method defined that...
  4. Re: Guys please Help me find answers on A and B below

    Please copy the full text of the error messages and pasted them here.


    if(myDeckOfCards.dealCard(face + " of " + suit).equals("Duece of Hearts"))
    That is really an ugly way to compare two cards....
Results 1 to 4 of 4