Lecture 1 Objectives


At the end of today's class you should

KNOW:

BE ABLE TO:

Sample Exam Question:

Write C++ code that will initialize an array of 25 int's such that the value stored in each array element is the same as that element's index (array element [0] contains a 0, array element [1] contains a 1, etc.) Write your code using