SALES[0..5,0..2]
i = 3 for j = 0 to 2 if SALES[i,j] < 400 then output(SALES[i,j]) next j
(If all your answers are correct, the green light will show...)
Back