//how a rference to an array can be returned from a method public class eg07ReturnArray { public static void main(String[] args) { double[] values; values = getArray(); // method below for (int index=0; index