32 The abstraction Draw(magnitude, direction) is used to draw line
segments at a given magnitude and direction (north, south, east, or west)
starting at the tip of the first vector to the tail of the second vector.
Consider the following program, where the vector starts in the upper-left
corner of a grid of dots.
Draw(2, east)
Draw(2, east)
Draw(3, south)
Draw(1, west)
Which of the following represents the figure that is drawn by the program?
B
DI
○ A
О в
○ D
ناsolve this