|
@@ -20,6 +20,7 @@
|
20
|
20
|
* Complete each of the method stubs in the `main` classes provided.
|
21
|
21
|
* `main` classes are located in `src.main.java.com.zipcodewilmington.danny_do_better_exercises`
|
22
|
22
|
* There are comments above each method stub to describe the expected behavior.
|
|
23
|
+ * Begin by first ensuring the `main` method in your `ZipcodeRocks` class prints `"Zipcode Rocks!"` upon execution.
|
23
|
24
|
* Upon completion, open and run the `TestSuite` class to ensure that all tests have 100% success.
|
24
|
25
|
* `TestSuite` is located in `src.test.java.com.zipcodewilmington.danny_do_better_exercises`
|
25
|
26
|
|