Search:

Type: Posts; User: quu

Search: Search took 0.13 seconds.

  1. Replies
    5
    Views
    1,274

    Re: Help with File Processing

    Okay, so I've changed the line
    Student[] studs = new Student[Integer.parseInt(fr.nextLine())]; to a more straight forward revision just to see what happens like ... = new Student[107]; and now I'm...
  2. Replies
    5
    Views
    1,274

    Re: Help with File Processing

    like this
  3. Replies
    5
    Views
    1,274

    Help with File Processing

    my code is compiling but it won't run. can someone help me with this? i've been having trouble for days. my instructor said that

    Student[] studs = new Student[Integer.parseInt(fr.nextLine())];...
Results 1 to 3 of 3