An array is basically a data structure, which holds a fixed number of variables. Instead of declaring ten string variables to hold ten different elements, you could declare one array and put all the ten elements into the array.
More Tutorials