answered
Think of an array as a list of data items, each item being able to be referenced by its place in the list (array). So the array CITIES could be made up of the items (names in this case) Chicago, Detroit, Madison, and Indianapolis. A program could go through the list and do something with … Read more