What does it mean when there are square brackets in front of double
. For example double[]
?
Is there any special way to use the return function when using them in a method.
For example:
public double[] MethodName(){
}
What is the type of the return value?