UWB and UW Seal
   

  CSS 162 - Programming Methodology - Assignments

Home

Message Board
Turn-In Site

Syllabus
Homework Assignments
Labs

Book Website
Java Code Conventions

UWB Computing Resources
UWB Quantitative Skills Center
UWB Writing Center
I will be grading using a rubric based on correctness, documentation, and programming practices.

The practice program from the first two lectures can be found in these files: WordTester.java, WordCounter.java

If you are not already familiar with the BlueJ development environment for Java, you can find some useful information on installing it and using it.

  • Assignment 1
    Driver file (HW1.java)
    Test file (test.txt)

  • Assignment 2
    Date.java (undocumented unfortunately, but the book describes the class is some detail)

  • Assignment 3
    Driver file (HW3.java) - Your code should compile with this driver without modification. Note that it does NOT thoroughly test your code. You should modify it to accomplish better testing, but do not change the prototype of any of the methods.

  • Assignment 4
    Here is the Date class and here is my Money class. Here is a simple Driver (HW4.java).
  •