Search:

Type: Posts; User: miller4103

Search: Search took 0.13 seconds.

  1. Thread: Array help

    by miller4103
    Replies
    7
    Views
    1,016

    Re: Array help

    I cannot find any variable that could cause it to be a null value. I have checked all the code and nothing is jumping out at me. Could it be wrong placment of code?
  2. Thread: Array help

    by miller4103
    Replies
    7
    Views
    1,016

    Re: Array help

    The constructor is already assinged those variables. so you pretty much told me to change nothing and it would work. That is not helpful.
  3. Thread: Array help

    by miller4103
    Replies
    7
    Views
    1,016

    Re: Array help

    This is my new code:



    public class Stapler {

    String[] name;
    int[] numberItem;
    double[] inStock;
    double[] price;
  4. Thread: Array help

    by miller4103
    Replies
    7
    Views
    1,016

    Array help

    Hi, i am having trouble getting the following String array to run correctly and having compile error. My compile error is posted below.



    stapler.java:94: error: cannot find symbol
    ...
Results 1 to 4 of 4