Search:

Type: Posts; User: 18107

Search: Search took 0.09 seconds.

  1. Replies
    6
    Views
    1,221

    [SOLVED] Re: processing arrays

    I'll use one of my convoluted approaches.
    Thanks for the help.
  2. Replies
    6
    Views
    1,221

    [SOLVED] Re: processing arrays

    That's what I'm trying to do. I have a few solutions, but all of them take many lines and are inefficient.
    I wanted to know if there was a simple command to do that.



    The test is if temp[0][0]...
  3. Replies
    6
    Views
    1,221

    [SOLVED] Re: processing arrays

    I didn't do any design, I'm new to Java and just messing around with code to see what is possible.
    The if statement checks if cube is the same as temp. If it is, it does nothing. If it isn't, it...
  4. Replies
    6
    Views
    1,221

    [SOLVED] processing arrays

    I currently have a list of numbers

    int[][] cube = new int [56][3];
    //numbers are input here
    the variable cube only has (approximately) 4 different numbers in it.
    e.g....
Results 1 to 4 of 4