Search:

Type: Posts; User: pbrockway2

Search: Search took 0.27 seconds.

  1. Replies
    7
    Views
    1,108

    Re: Shuffling a deck

    You're welcome.
  2. Replies
    7
    Views
    1,108

    Re: Shuffling a deck

    OK.

    You read these stack traces from the top down, until you reach a line of your code (which happens rather soon here!). It is saying that the problem is an ArrayIndexOutOfBoundsException. In...
  3. Replies
    7
    Views
    1,108

    Re: Shuffling a deck

    Sorry, I can't read the image.

    What is the stack trace? (the thing that says what the exception is, and then gives a list of lines of your code to go looking at)
  4. Replies
    7
    Views
    1,108

    Re: Shuffling a deck

    So, what is the problem? Does the code compile? If it does compile, does it do something unwanted or unexpected at runtime? If so, what?
Results 1 to 4 of 4