CSE 131 Module 3: Arrays
Goals and Resources
By the end of this module, you should...
- Understand the use of arrays for storing and manipulating indexed data.
- Know how to declare and instantiate arrays.
- Be able to initialize arrays using explicit assignment, lists of values,
and iteration.
- Understand how arrays are organized in a computer's memory.
[ Slides ]