Look at the following method header:
public static void myMethod(double[] array)
The following code shows an array declaration:
final int ARRAY_SIZE = 100;double[] numbers = new double[ARRAY_SIZE];
Write a statement that passes the numbers array to the myMethod method.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.