Arrays
Nested For Loop
A for loop inside of a for loop
Algorithm
A logical computational procedure that if correctly applied ensures the solution of a problem
Single-dimensional Array
A named object used to store more than one value.
Array
A structure that stores multiple values of the same data type
"Array of Arrays"
A two-dimensional array.
Two-dimensional Array
An array of arrays, similar to a table, matrix, or spreadsheet.
Index
An integer that identifies the location of a value in an array
Command-Line Arguments
The ability to pass data into the main function and access it as an element of an array.
Iterate or Traverse
The act of progressing through an array