KRHS Internet Lesson

Teacher Name:Mr. Rung                          Date of Lesson: March/April

Course Name: C++                    Lesson Name: Chap 14.1a

Student Name

Password


Objective
To complete the chapter 14 workbook exercises.


Primary Focus
Read the text and then answer the questions below.

Site Links
Course Home Page

Additional Resources

Site Links


Question #1

Once an array is declared, elements must be accessed individually to change their values.

True         False


Question #2

You cannot initialize arrays with values when they are declared.

True         False


Question #3

Each variable in the array is called an element.

True         False


Question #4

If an array is declared with five elements, the elements are indexed from one to five.

True         False


Question #5

C++ allows you to declare arrays of structures and classes.

True         False