- Complete each of the asks in each of the
README.md
files found in the instructions directory-
Begin by completing section 1.
-
Continue by completing section 2.
-
Advance further by completing section 3.
-
Go on to section 4.
-
Finish by completing section 5.
-
- Can I use content from my old labs?
- Yes.
- Can I use content from the web / google?
- Yes.
- Can I contact someone other than an instructor for help?
- No.
- Can I modify the tests?
- No-- Absolutely not. You are forbidden from modifying the tests.
- What if the tests are requesting something different than the instructions / comments?
- Code against the tests, not the instructions.
- What are the
Sample Script
andSample Output
portions of eachREADME
?- Each
README
contains sample code which illustrates the behavior of the respective method. - Refer to the tests to have a better understanding of the intended behavior.
- Each