Search:

Type: Posts; User: tyneframe

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    1,149

    Re: A little help with looping my array

    Here's the updated code, and the error message is:
    "Exception in thread "main" java.lang.NullPointerException at Employee.main(Employee.java:109)"



    public static void main(String[] args) {
    ...
  2. Replies
    4
    Views
    1,149

    Re: A little help with looping my array

    Hey, thanks. That did the trick... but also brought up a new problem it seems. After I select 1 for the first time and enter some information it loops me back to the menu and asks me to select again....
  3. Replies
    4
    Views
    1,149

    A little help with looping my array

    Nearing the end of this assignment and am having a little trouble figuring out a way to get my loop to return to the proper place each time it repeats. Here's the section of code I'm working on:

    ...
Results 1 to 3 of 3