Chapter 7.0

3
ARRAY Chapter 7:

Transcript of Chapter 7.0

Page 1: Chapter 7.0

ARRAY

Chapter 7:

Page 2: Chapter 7.0

Contents

Declaring Arrays and Accessing Array

Components

Manipulating Array: Searching, Accumulating and

Element Reversing

Manipulating Array as Parameters to Methods

Creating Two-dimensional Arrays

Page 3: Chapter 7.0

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.