have the same type
you might reserve memory for it in the same statement
34
int
nums[5]
303
do not explicitly give the array a size
all of them
for(x = 0; x < 4; ++x) nums[x] = 100;
3
holds values that correspond to those in another array
a copy of the value in the element
value
the address of the array
descending
the adjacent element
two-dimensional
2
'V'
are static methods