One Dimensional Arrays
In this lab, we expect you to get familar with the one dimensional arrays.
Here is a list showing what you need to learn:
- array declarations
 - array initializations
 - fundamental operations with array elements
 - how to pass an array into a function
 - how strings have array-like features, and some key differences as well
 
Before you start, you may want to review for loops