Search:

Type: Posts; User: Anyone

Search: Search took 0.10 seconds.

  1. Replies
    2
    Views
    2,797

    Arrays.equals not returning correct answer.

    Hi,

    I am having some problems with Arrays.equals. I can't get it to return true and I can't see the problem.


    public void testing()
    {
    boolean check = Arrays.equals(test, test2);...
  2. Replies
    2
    Views
    2,733

    Problem with 2d array

    Hi,

    I am having trying to model a deck(s) of cards in Java and am having trouble with an array. I want to get a 2d array with the first set being the value of the card and the second being the...
Results 1 to 2 of 2