ARRAY
Chapter 7:
Contents
 Declaring Arrays and Accessing Array
Components
 Manipulating Array: Searching, Accumulating and
Element Reversing
 Manipulating Array as Parameters to Methods
 Creating Two-dimensional Arrays
Learning Goals
 Explore how to declare and manipulate data
into arrays.
 Understand the meaning of “array index out of
bounds.”
 Become familiar with the restrictions on array
processing.
 Discover how to pass an array as a parameter
to a method.
 Discover how to manipulate data in a two-
dimensional array.
 Learn about multidimensional arrays.

Chapter 7.0

  • 1.
  • 2.
    Contents  Declaring Arraysand Accessing Array Components  Manipulating Array: Searching, Accumulating and Element Reversing  Manipulating Array as Parameters to Methods  Creating Two-dimensional Arrays
  • 3.
    Learning Goals  Explorehow to declare and manipulate data into arrays.  Understand the meaning of “array index out of bounds.”  Become familiar with the restrictions on array processing.  Discover how to pass an array as a parameter to a method.  Discover how to manipulate data in a two- dimensional array.  Learn about multidimensional arrays.