What values are assigned?
ldouble[] temps = new double[5]; // Allocates array
lint m;
l
lfor (m = 0; m < temps.length; m++)
l  temps[m] = 100.0 + m * 0.2;
l
l
lWhat is length?
l
temps[0]    temps[1]    temps[2]    temps[3]    temps[4]
    ?              ?             ?              ?              ?