package Lect17Arrays; public class ArrayExampleOne { public ArrayExampleOne(int size) { int[] firstArray; firstArray = new int[size]; for (int i=0; i