Store a lot of data without need to declare different variables for each data. And since all the data will be under one array, is more convenient to access them. Saves space and also commonly used on loops like FOR loop.