HVFrancis / WritingImplements

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

Add erase method to the class Chalk and test it within class WritingI… #30

Closed AaronAven closed 2 years ago

AaronAven commented 3 years ago

…mplements.

I assigned myself the Add erase method to Chalk. I completed the instructions within the issue.

HVFrancis commented 3 years ago

You need to add an instruction in WritingImplements.java to use a Chalk object's erase() method to demonstrate that it works.