For this lab, you will be expected to complete the following methods:
Moving.java:
- movingBoxes(String filename)
- headCount()
For instructions on completing these methods, see the Javadoc.
Make sure to test your work. Some of the methods are tested for you in main, but be sure to add your own tests!
Once you're done writing and testing the methods, zip "Moving.java" and submit that to canvas. You do not need to include any of the other Java file for the assignment.