CSC 108H -- Assignments
Please read this advice about how to avoid
plagiarism on your assignments.
How to submit your assignments electronically
All assignments are to be handed in electronically, and sometimes on
paper as well. Here are instructions on how to hand in
electronically.
Rules for assignment submission
these rules are mandatory. please read them
carefully.
Winter 2003 assignments
Both St George and UTM sections.
Assignment
4 is now available.
Assignment 4 will be posted
during
the week of March 28, and there will be 2 weeks to complete
it.
Assignment 3 handout
is
here.
- Due: Thursday March 20, 6 pm.
- Questions and Answers
for A3.
- Solutions for Assignment 3:
- Tester classes for A3. Copy your files, plus JOptionPane, and
the tester classes below to a new folder. Compile your
files, then compile the appropriate tester in DrJava, and
click the "Test" button.
Assignment 2 handout is now
availble.
- Due: Thursday February 27, 6
pm.
- Questions and
Answers posted here.
- Solutions: Here
are some sample solutions to A2.
- Here are the classes we used to test your A2. You can
either inspect them to see what the actual test cases were (I
used 71 of them!), or you create an empty folder (directory),
copy all your .java files there, copy the .java files below
there, compile everything and then run
java
BasicTestDriver from a command line. This is
certainly
not a course requirement, and meant
only for the
curious.
Assignment
1 handout (HTML) (including questions and answers).
- Due: Thursday January 30, 6pm.
- Solutions:
- Test cases: Here are the TestCases for
assignment
1. You can scan it for test cases the automarking
program claims
weren't passed.