Search:

Type: Posts; User: Nightshade

Search: Search took 0.09 seconds.

  1. Replies
    2
    Views
    1,858

    Re: NullPointerException Issue

    okay so I initialized the constructor for ary1 like so, ary1 = new double[size];. The constructor now looks like this


    public DVector(double[] ary1)
    {
    size = ary1.length;
    ...
  2. Replies
    2
    Views
    1,858

    NullPointerException Issue

    I am relatively new to Java programming and I have honestly hit a brick wall with this class lab.

    I am creating a program that will do operations on a series of number matrices that will take an...
Results 1 to 2 of 2