Search:

Type: Posts; User: copeg

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    2,695

    Re: Passing Information between classes

    Its missing a definition of the parameter type (eg int)


    MyArray (int MAX) throws IOException {
    //etc...
    }



    But with a static, there isn't a need to pass the info as a parameter, just...
  2. Replies
    4
    Views
    2,695

    Re: Passing Information between classes

    What exactly is the error you are experiencing? The way in which you are passing MAX seems fine. Perhaps the break statement in your MyArray constructor is preventing the filling in of the array? Or...
Results 1 to 2 of 2