Search:

Type: Posts; User: Junky

Search: Search took 0.09 seconds.

  1. Thread: NOOB: Array Help

    by Junky
    Replies
    3
    Views
    1,472

    Re: NOOB: Array Help

    Then you need to debug it. Place a bunch of print statements all over the place to display the values of various variables and make sure the output is what you expect.
  2. Thread: NOOB: Array Help

    by Junky
    Replies
    3
    Views
    1,472

    Re: NOOB: Array Help

    private String[] studentAnswers;

    All that does it declare a variable called studentAnswers. When do you actually create the array?
Results 1 to 2 of 2