10 DIM TEMP(20,20) This creates a two– dimensional array named T EMP . All the arr ay elements have an initial value of zero. Each array element is named with the array name subscripted with a number or numbers. An ar ray variable name has as many subscripts as there are dimensions...