Search:

Type: Posts; User: Junky

Search: Search took 0.09 seconds.

  1. Replies
    11
    Views
    1,521

    Re: Help with an array please!

    Well whatever you posted is doing motre harm than good. From experience I have seen clueless n00bs simply copy and paste code into their program and then cannot understand why it doesn't work.

    int...
  2. Replies
    11
    Views
    1,521

    Re: Help with an array please!

    If you are going to spoonfeed code at least make it correct Java code.
  3. Replies
    11
    Views
    1,521

    Re: Help with an array please!

    int rArray[row][col];

    What are row and col? Do you declare a 1d array the same way?

    int[size] numbers;

    Does that look right?
Results 1 to 3 of 3