Introduction
Arrays let you store many values in one place. Indexed arrays use numbers to find each value easily.
You want to keep a list of file names to process one by one.
You need to store multiple user inputs and use them later.
You want to save a list of commands to run in order.
You want to group related data like days of the week or colors.