CSSE 220 -- Object-oriented Software Development

Homework 17 Due at 8:05 AM on Day 18.

ANGEL Survey on Minesweeper team is due Day 17 at 5:00 PM.
 

  1. Complete the assigned reading for the next session (see the course schedule). If there is something you do not understand, make a note of it so you can ask about it in class.
  2. Fill out the Minesweeper Team peer evaluation survey on ANGEL by 5:00 PM Day 17.  This is so that students on teams who use a late day for Minesweeper  can  fill out this survey after your project is complete.
  3. If you do not finish the BinaryInteger assignment in class, finish it for homework.  Commit it to your repository.
  4. Continue thinking about and writing the Hardy's Taxi program.  It will be due before the Day 19 class. It is an individual assignment.
  5. On Wednesday (after the "late day" deadline for Minesweeper plus time for me to copy and organize the solutions), you can begin evaluating other teams' Minesweeper programs (at least do the three teams whom you will be assigned); you are allowed to do others as well (but not your own, of course).  You should complete your evaluations by noon on Friday.  I will send an email about the details on Wednesday.
  6. Do the following written problem.  You can write it by hand, or do it in Eclipse and print out your code.  Bring a printed copy to the Day 18 class.

     (12 points) Weiss problems  4.21 – 4.23 (page 157). Assume that all of the items are of the same type, and that this type IS-A Comparable.