Chapter 6  #2   Homework Questions

 

 

 

 

 

1.         What are the two ways that an array can be implemented?

 

 

 

2.         What are the methods that are available to access with the array object?

 

 

 

3.         What is always the first index value of an array?

 

 

 

4.         What type of error will be generated if you index beyond the end of an array?

 

 

 

5.         How do you declare an array in a parameter list of a method?

 

 

 

6.         How would you declare a two dimensional array?