// n is the legth of the array int[] IntArray = new int[n] // int array String[] StrArray = new String[n] // String array