Online Java Compiler By
JavaTpoint.com
//import statements import java.lang.reflect.Array; public class ReflectArraysetDoubleExample2 { public static void main (String args[]) { double[] arr = new double[3]; for(int i=0;i
Output