Arrays
Subtitle
Key terms
Array
A data structure that holds a set number of values under a identifier.
Element
A item in the array.
Index
A position within the array.
Example
These examples will be done in a C like language
Creating an array
Getting the first item
1
Getting the last item
5