Here is a method that takes an array:
public static void method(double[] array) { /* do something */ }
Choose all correct ways to invoke the method.
Here is a method that takes an array:
public static void method(double[] array) { /* do something */ }
Choose all correct ways to invoke the method.
Create a free account to access the full topic