University of Toronto - Fall 2000
Department of Computer
Science
Assignment 0
Due: Tuesday September 19, 5:30 pm
- Following the directions in the PC guide for your campus, create a
Code Warrior project called AssignmentZero. If you are working at home
and not using Code Warrior do the equivalent for whatever IDE you are using.
- Download the file AssignmentZero.java
and include it in
your project. Remember if you are using Code Warrior to set the target settings
so that AssignmentZero is the main class.
- Correct the syntax errors in AssignmentZero.java so that your project
will compile and run. Do not change the words inside the quotation
marks. We will be testing your output automatically so if it isn't exactly
correct, the output will be considered completely wrong.
- Following the
directions from the web-site
, submit your corrected
AssignmentZero.java file electronically for marking. Be sure to name
your file and the class exactly as specified or we won't be able to
find it when we mark the submissions. Do not
submit any class files or project files. Reread the rules for
assignment submission to be certain you followed them to the letter.
Typically as part of the marking process your TA will make a
printout of your submission and return it to
you with comments and your grade. For this assignment you will not
receive any direct feedback from your TA. Instead you will see your mark
out of 5 on the
web-site. The marks will be determined as follows:
- 2 marks for correctly submitting a file named
AssignmentZero.java
- 2 marks if that file correctly compiles into a
.class
file
- 1 mark if the output is exactly correct