| Constructor | Description |
|---|---|
| Add a "no-arg constructor" | Set both ivars to zero |
| Add a constructor with one method parameter | Set both ivars to the one method parameter |
| Add a constructor with two method parameters | Set the "x" and "y" ivars to the first and second method parameters respectively |