There are 2 ways to dealing with array.
first is to create an array and filling up it's member one by one like the following:


int[] arr = new int[100]; // create an array of integer with size...