Programming - Concept
List
An ordered collection of values that a program can add to, remove from or work through
What's it for?
Groups related values together so software can manage them as one collection.
For example…
A program keeps the names Alice, Ben and Cara in a list and can add another name or remove one later