Which method call does the method header void modifyarray(double[] b) represent? assume that the array being passed in is already defined and is called list.
a) void modifyarray(list)
b) void modifyarray(double[] list)
c) void modifyarray(double[] b)
d) void modifyarray(b)