Search:

Type: Posts; User: SkynetSystems

Search: Search took 0.19 seconds.

  1. Replies
    7
    Views
    1,995

    Re: Where do I create my array?

    Ah brilliant, I can't believe I didn't spot that mistake. :O

    Ok, so i'm going to take your advice and create a new class. Will have to look up arrayList also, thank you for the guidance.
  2. Replies
    7
    Views
    1,995

    Re: Where do I create my array?

    C:\mywork>javac HospitalOne.java
    HospitalOne.java:19: error: ']' expected
    public String[][] patName[100][10];
    ^
    HospitalOne.java:19: error: illegal...
  3. Replies
    7
    Views
    1,995

    Re: Where do I create my array?

    There are 36 errors in the HospitalOne class which would have taken me around an hour to type in so I printscreened them, all of the following 'hidden' errors match the array errors.

    738
  4. Replies
    7
    Views
    1,995

    Where do I create my array?

    Hi, I am trying to make a simple program which is meant to resemble a hospital patient database.

    My aim is that when the user types in a patients name, I want it to type a couple of messages using...
Results 1 to 4 of 5