(A coordinate plane)

One friend wants an L-shaped flower bed. They want the
coordinates for the vertices to be:
A (-2, -4), B (-2, 6), C (0, 6), D (0, -2), E (3, -2), and F (3, -4)

1. Plot the points on the coordinates grid in alphabetical order and
connect the points to make an L-shaped figure

Here is the plotted L-shaped flower bed on the coordinate plane:

A (-2, -4), B (-2, 6), C (0, 6), D (0, -2), E (3, -2), and F (3, -4)

```
|
| E (3, -2) B (-2, 6) C (0, 6)
|
|
| D (0, -2)
|
|
|
|
| A (-2, -4) F (3, -4)
-----------------------------------------
-2 -1 0 1 2 3
```