Search:

Type: Posts; User: Siylo

Search: Search took 0.07 seconds.

  1. Re: Trying to compare the values of 2 array indexes.

    I figured it out, I didn't put the [] after the String with my argument.
  2. Re: Trying to compare the values of 2 array indexes.

    I'm using eclipse an it is showing me an error saying "The type of the expression must be an array type but it resolved to a string" when I hover over player1_answers[index].
  3. Trying to compare the values of 2 array indexes.

    I am trying to make a trivia game program for my Java class at school. I am new to Java and I'm trying to compare the string value of an index in one array (player's answers) against the string value...
Results 1 to 3 of 3