print array(row,seat) would print "unsold", this was what was in the algorithm they gave and hence an errorVuki said:PRINT (row, seat) did not print unsold acmilan.
Unsold = the value is was assigned prevouis to the algorithm (not involved in the process we had to do). If it was unsold, you would then print (row, seat). Ie the index numbers in the array such as: PRINT (3, 5) would print row 3 seat 5.