// Add Element in array: int[] terms = new int[200]; for (int run = 0; run < 400; run++) { terms[run] = value; }