Look at the following method header: Public static void myMethod(double[] array) Here is an array declaration: Double[]

Question:

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 my Method method. 

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: