One-Dimensional Arrays, Two-Dimensional Arrays, and Parallel Arrays

Objective #1: Be able to declare and initialize one-dimensional arrays.

Objective #2: Be able to use arrays with assignment statements.

Objective #3: Be able to use loops in conjunction with arrays to allow the user to input data into an array and be able to use loops with arrays to display data stored in an array.

Objective #4: Identify when to use parallel arrays and be able to use them effectively to store related sets of data.

Objective #5: Be able to use two-dimensional arrays.

Objective #6: Be able to interpret and use double-nested loops to effectively display the elements of a two-dimensional array.

Objective #7: Understand sequential searching and be able to search a one-dimensional array for a given key.

Objective #8: Understand binary searching.