Search:

Type: Posts; User: tonynsx

Search: Search took 0.07 seconds.

  1. Re: Help with a class (only receiving the last value instead of all)

    Yes, It's only printing the values of the last card

    --- Update ---

    I just put inside the for loop, the count works now


    public int getPlayerCards(int times)
    {
    ...
  2. Help with a class (only receiving the last value instead of all)

    The code below, getPlayerCards(int times) shuffles the cards from the array (3) times and return the (3) values of shuffleCards, showPlayerCardValue() is suppose to take those (3) numbers and check...
Results 1 to 2 of 2