windline6776 windline6776 19-12-2022 Computers and Technology Answered 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