Search:

Type: Posts; User: TCDave

Search: Search took 0.07 seconds.

  1. [SOLVED] Re: Trying to compare an int variable to an index in an array

    Sorry about that. Here is the full error message:

    Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 61
    at Program08.main(Program08.java:19)

    Thanks for the advise. It took...
  2. [SOLVED] Trying to compare an int variable to an index in an array

    I have a method that is called that returns the value of 2 dice rolls, one for the computer and one for the player.

    I have an array that has all the possible values of dice rolls.

    I want to...
Results 1 to 2 of 2