> I need Help with making an array?

I need Help with making an array?

Posted at: 2014-12-18 
Use a 20-by-20 array floor that is initialized to false. Read commands from an array that contains them. Keep track of the current position of the turtle at all times and whether the pen is currently up or down. Assume that the turtle always starts at position (0,0) of the floor with its pen up. The set of turtle commands your PROGRAM must process are shown below:

1=up, 2=down, 3=right, 4=left, 5,10 moves ten spaces, 6 print array, 10, end of data.