To study from an old exam force yourself to do the question without looking at the answers. Prof. Clarke provides a link to a version of the exam without answers and another version with answers. Print the version without the answers and then go away from the computer to work on the exam. It is very tempting to peek at the answer and then think "Oh, I could have got that" when really you are fooling yourself.
With silent running, you can check the web-site one last time after silent running starts and know that there will be no additional postings between that time and when the assignment is due.
3. Capitalization matters in Java, including in filenames. This means that class names must match the filenames exactly. For example, if your class is called AssignmentZero, your file must be called AssignmentZero.java, and not assignmentzero.java or Assignmentzero.java. Use the capitalization asked for in the handout and starter code.and this:
8.If you do not follow rules 3 and 4, our automarking program will not be able to find your assignment. Therefore, if you violate either of them you will be given a zero.It would be unfair of us
Except for x which will be replaced by an integer, you must print precisely these words including the capital Y, the period at the end of the sentence and the spacing: one space before the number, and one space after. In addition to looking at your program, we will be marking your output automatically and any output that isn't exactly as specified will receive a zero.
We have estabilished a grading scheme which does not count your A0 and A1 marks if you do better on A2. This is because we realize that many of you will have trouble following specific instructions and we want to give you a chance to recover from a bad start.