Search:

Type: Posts; User: SilentNite17

Search: Search took 0.10 seconds.

  1. Replies
    7
    Views
    1,545

    Re: Random suit and card with arrays

    Ok, here's what I think.

    If your telling me that I need to display it as a suits[][] (array array) than I have already tried that and it does nothing. If you mean that I am trying to assign an...
  2. Replies
    7
    Views
    1,545

    Re: Random suit and card with arrays

    Ok, new problem.

    I made an array array to hold all the suits, so here is the updated code:


    import java.util.Random; //imports the class needed to pick a random slot from the arrays, I did...
  3. Replies
    7
    Views
    1,545

    Re: Random suit and card with arrays

    Oh thank you so much!!! It solved it! Thanks again.
  4. Replies
    7
    Views
    1,545

    Random suit and card with arrays

    Hello!

    I am having some practice with arrays, and I am trying to make a program that picks a random suit and then picks a random card from that suit. Here is the code, I am not finished with it...
Results 1 to 4 of 4