3/3/2025
Array: A special variable which can hold more than one value.
Index: The slot an element of an array is in. (ex.[0],[1],[2])
Element: The values store in an array.
We will understand the use of Arrays in code and how to edit them as needed, and we will understand the Push and Pop methods in regards to arrays.