Search:

Type: Posts; User: Siylo

Search: Search took 0.13 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...
  4. Why is my do/while loop for play again not working?

    I am brand new to java. Can someone tell me why my do/while loop for playing again is not working?



    import java.util.Scanner;

    public class Lavoie_4_17 {

    public static void main(String[]...
Results 1 to 4 of 4