Chapter 12 Assignments

12.6

a) arrays
b) subscript or index
c) p[0], p[1], p[2], p[3]
d) sorting
e) row, column
f) m rows, n columns, m*n rows
g) d[3][5]
h) d[3][5]

12.7

a) false - To refer to a particular location or element within an array, specify the name of
the array and the position number of the particular element.
b) true
c) false - should be new Array( 100 )
d) false - each element can be referred to separately without using a loop
e) true



12.13 Program to Create an Array:
Making an Array
I couldn't get this one to work with user input so it's random.





Return to Kim's Web Scripting Main Page
Hosted by www.Geocities.ws

1