If I have an integer array of monthSales, obviously the length of 12, what does it mean to "write a statement that writes to standard output the element corresponding to October"?
Is writing to an element in an array different from assigning said element to a previously defined variable?