Search:

Type: Posts; User: nicsa

Search: Search took 0.08 seconds.

  1. Replies
    6
    Views
    2,197

    Re: NullPointerException Error

    It was my toString, that was dumb of me.
  2. Replies
    6
    Views
    2,197

    Re: NullPointerException Error

    I am adding the values in the salespersonTotal method.
  3. Replies
    6
    Views
    2,197

    Re: NullPointerException Error

    This is what I get when I print out the values:

    System.out.println(productTotal[0]);
    System.out.println(productTotal[1]);
    System.out.println(productTotal[2]);...
  4. Replies
    6
    Views
    2,197

    NullPointerException Error

    Hi, I am new to programming. I have an assignment where I am to create a class that processes a sales slip that contains a salesperson number, product number, and the total dollar value of that...
Results 1 to 4 of 4