Search:

Type: Posts; User: maple1100

Search: Search took 0.11 seconds.

  1. Thread: Java array

    by maple1100
    Replies
    3
    Views
    1,139

    [SOLVED] Re: Java array

    Thanks you! Didn't realize I need to set the array size, thought the sped array will just take whatever say the speedV array is.
  2. Thread: Java array

    by maple1100
    Replies
    3
    Views
    1,139

    [SOLVED] Java array

    Could someone help me figure out why is this giving me a "null error" @ speed[counter] = speedV[counter] ; Thanks


    private double [][] proDistance;
    private double[] speed;
    private...
Results 1 to 2 of 2