Look at the following method header:
public static void myMethod(double[] array)Here is an array declaration:double[] numbers = new double[100];
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.