10 input "Enter two positive integers, separated by a comma? ";i,j 20 dim array(i,j) 30 array(i,j) = i*j 40 print "a(";str$(i);",";str$(j);") = ";array(i,j) 50 erase array