Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Replies
    7
    Views
    2,010

    Re: Where do I create my array?

    What do you want to do with this statement?

    public String[][] patName[100][10];
    That looks like a mix of defining an array and giving it a value. Try this:

    public String[][] patName = new...
  2. Replies
    7
    Views
    2,010

    Re: Where do I create my array?

    To copy the contents of the command prompt window:
    Click on Icon in upper left corner
    Select Edit
    Select 'Select All' - The selection will show
    Click in upper left again
    Select Edit and click...
  3. Replies
    7
    Views
    2,010

    Re: Where do I create my array?

    Please copy and paste here the full text of the error messages.


    You should create a class to hold the patient data and put instances of that into an ArrayList.
Results 1 to 3 of 3