Introduction
A List is like a flexible row of boxes where you can store items in order. You can add, remove, or find items easily.
When you want to keep a collection of items that can grow or shrink.
When you need to access items by their position quickly.
When you want to add items at the end or remove items from anywhere.
When you want to loop through items in order.
When you want a simple way to store and manage a group of similar things.