I need to create an array using a constructor, add a method to print the array as a sequence and a method to fill the array with random numbers of the type double.
He
Fast and Easy
double[] anArray = new Random().doubles(10).toArray();