Search:

Type: Posts; User: Neo

Search: Search took 0.07 seconds.

  1. Replies
    3
    Views
    1,404

    Re: URGENT!!!! help with array element comparing

    ok update! after staying up most of the night and well into the morning working on this i have figured a lot of it out!!!!


    import java.util.*; //imports java utilities

    public class someName...
  2. Replies
    3
    Views
    1,404

    Re: URGENT!!!! help with array element comparing

    ok so i have been messing with this stupid thing some more and i have this but its telling me it's getting results in every row for every number ( >.<)


    public static void rowAnalysis(int[][]...
  3. Replies
    3
    Views
    1,404

    URGENT!!!! help with array element comparing

    ok so i'm writing a program that is to create an 8x8 2d array and fill said array with randomly generated numbers between 0-3, then i have to print said array to the screen. i have these parts dead...
Results 1 to 3 of 3