I was wondering if there is a way to store more than 2 elements of information per item in an array of items.
For example, for an array of Cities I would like to store Population (int), Name (String), Mayor (String), Is there an airport (boolean).
I need a modifiable list, e.g. one where I can add and access elements easily by their position.