public class ReferenceVsValueType { public static void main(String[] args) { int [] myIntArray = new int[] {0,0,0,10,10}; System.ou