A. Introduction
for loops allows us to repeat some operations on large amount of data. However, we can't store these data in hundreds of variables. Instead, we use arrays to create hundreds or thousands of variables in one statement.
B. See details at 6.1
C. Try
1. Without using a standard library function, how will you find the max/min number in an int array? How to sort an array?
R7.3 Nothing happens. The code doesn't get run through.
R7.2 a. The location of an item in an array b. integer values between 0 and the array's length - 1 c. A bounds error is a runtime error
R7.4 I didn't know how to this.