Capture and paste two program code segments you developed during the administration of this task that contain a list (or other collection type) used to manage complexity in your program.
The first code segment must show data have been stored in the list.
The second program code segment must show the data in the same list being used, such as creating new data from the existing data or accessing multiple elements in the list, as part of fulfilling the program's purpose.
Then, provide a written response that does all three of the following:
Identifies the name of the list being used in this response
Describes what the list data represent in your program
Explains how the list manages complexity in your program code by explaining why your program code could not be written, or how it would be written differently, if you did not use the list.