Compsci 104 Problem Solving and Testing
Format of Classes for Testing
Submit a .java file with the right name or
your program will not test properly.
For example, here's a solution
to TwoHex, the first problem below. You
can save the code as PackingObjects.java
then submit that file to see how the system works.
If you use this page again you'll have to reload/rebrowse
for the program and reselect the problem.
Problem statements
- TwoHex
Problem Submission
- Choose the problem you want to submit/test.
- Click Browse... to choose the file on your local system
you'll submit/test.
- Click Submit to submit/test the program.