Introduction
Arrays hold many values in one place. Knowing their size and limits helps avoid errors.
When you want to store a fixed number of items like scores or names.
When you need to loop through all items safely without going outside the array.
When you want to check if an index is valid before accessing an array element.