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
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.
Step by Step Solution
3.47 Rating (157 Votes )
There are 3 Steps involved in it
The statement th... View full answer
Get step-by-step solutions from verified subject matter experts
