University of Toronto - Fall 2001
Department of Computer
Science
Assignment 1
Due: Friday September 21, 9:00 a.m. - No late assignments will be accepted
- Following the directions in the PC guide for your campus, create a
CodeWarrior project called AssignmentOne. If you are working at home
and not using CodeWarrior do the equivalent for whatever IDE you are using.
- Download the file AssignmentOne.java
and include it in
your project. Remember if you are using CodeWarrior to set the target settings
so that AssignmentOne is the main class.
- Correct the syntax errors in AssignmentOne.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
AssignmentOne.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.
Sometimes 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
AssignmentOne.java
- 2 marks if that file correctly compiles into a
.class
file
- 1 mark if the output is exactly correct