Search:

Type: Posts; User: NewlyLearner

Search: Search took 0.09 seconds.

  1. Replies
    11
    Views
    3,203

    Re: Dealing 13 cards to 4 players.

    I just saw the questions, guess you added them.

    I believe the input would be hand and showHand. I would say the players( North East South West), but I'm not sure.
    The method should return...
  2. Replies
    11
    Views
    3,203

    Re: Dealing 13 cards to 4 players.

    Am I on the right track, though?

    Or


    public static int [] hand(int[]showHand)
    for( int north; north < hand; north++)
    hand[hand] = showHand[hand]
    return show hand;
  3. Replies
    11
    Views
    3,203

    Re: Dealing 13 cards to 4 players.

    So I tidied up my code.
    I'm still have issues though. How I can make showhand a method to display what cards each player has? Please and thank you.


    public class Project_BridgeDeal {
    static...
  4. Replies
    11
    Views
    3,203

    Re: Dealing 13 cards to 4 players.

    I thought I posted a reply.

    I guess maybe my question is in the wrong section. My ProgramDeck is fine, but not Project Bridgedeal. In ProgramDeck, I received 52 random cards. However, I cannot...
  5. Replies
    11
    Views
    3,203

    Re: Dealing 13 cards to 4 players.

    I just did! Thank you for that tip.
  6. Replies
    11
    Views
    3,203

    Dealing 13 cards to 4 players.

    How would I deal 13 cards to 4 players? I have my program below, but I'm stuck.

    This is my work so far. I'm new to this programming but I'm trying! I know there are a lot of things wrong with...
Results 1 to 6 of 6