HVFrancis / WritingImplements

A simple Java project to model things to write with.
0 stars 25 forks source link

Add erase method to Chalk #28

Closed HVFrancis closed 2 years ago

HVFrancis commented 3 years ago

The Chalk class should have an erase method.

Create that method (it takes a single parameter and has no return value), then test it section 1 of WritingImplements. You can create a new piece of chalk, or use an existing one if there is already one in there.