Array
Objectives¶
- Define array variables to refer to array objects.
- Use array objects to hold several pieces of data.
- Use an index with an array to access individual data items.
- Initialize an array using shorthand syntax.
Topics¶
- Variables - Single vs. Collections
- Arrays
- Declaring an Array
- Creating an Array
- Array Element Default Values *
- Reading and Storing Data
- Array Initialization Shortcuts *
- Iterating Arrays
- Passing Arrays to Methods
- Three Ways of Creating Arrays *
- Labs