Homework 4

Due February 9, 11:55 pm.

  1. Read sections 3.1 - 3.5 and complete Homework 4 Quiz in Moodle
  2. Turn in final versions of P2.2, P2.4, P2.7, P2.8. (Do this again even if your homework 3 submission was a complete solution instead of a first draft. The grader won't look at the old homework when grading this one.)
  3. Turn in a first draft of P3.4, P3.7, P3.8. You should simply declare the required methods and leave their bodies blank if the return type is void. Put in return 0 or return "" for those methods that return numbers or strings. Then you can check that your code compiles without syntax errors. Of course, the Labrat tests will fail—that is ok.