Search:

Type: Posts; User: incxx

Search: Search took 0.07 seconds.

  1. Replies
    5
    Views
    864

    Re: Array and Objects trouble

    So would i call the fillArray() before I send "dimension" and "points" into setArray() by adding this,



    objects.fillArray(objects.getArray(), objects.getRange(), objects.getDimension(),...
  2. Replies
    5
    Views
    864

    Re: Array and Objects trouble

    I have made changes based on your answer. When ran, it will print the number of points the user asked for, however it only prints zeros. Is there an error happening when I set the array to the values...
  3. Replies
    5
    Views
    864

    Array and Objects trouble

    I'm trying to set the method "setArray()" with the values of "dimension" and "points" entered by a user. When I try to print it by calling the "getArray()" method, it prints "[[D@6818c458". Why is...
Results 1 to 3 of 3