Exercises

7.6 Fill in the blanks in each of the following statements:

a) One-dimensional array p contains four elements. The names of those elements are _____, _____, ________ and _______.

b) Naming an array, stating its type and specifying the number of dimensions in the array is called ________ the array.

c) In a two-dimensional array, the first index identifies the ________ of an element and the second index identifies the ________ of an element.

d) An m-by-n array contains ________ rows, ________ columns and ________ elements.

e) The name of the element in row 3 and column 5 of array d is _______.

7.7 Determine whether each of the following is true or false. If false, explain why.

a) To refer to a particular location or element within an ...

Get Java™ How To Program (Early Objects), Tenth Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.