Memory allocated for array
l
temp[0]  temp[1]  temp[2]  temp[3]  temp[4]                  .   .   .   .   .                           temp[30]
50      65      70      62      68              . . . . . .
int[] temps = new int[31];        
// Array  holds 31 temperatures