Homework

 

Solutions


Programs


jEdit


To install java, you will need to download JDK6  update 16 (4th download option) here:


Java SDK (javac / java)


Note:  you may have to add javac to your PATH variable for this to work (see lab2 for instructions, or bring your computer to office hours or class).

Links


Tutor schedule (coming soon)

Java practice problems

Java API

Rules for commenting homework assignments (will be announced when they apply):

  1. 1. Every class and function must have a javadoc header (purpose, parameters, and return value)

  2. 2. All variables must be commented (purpose)

  3. 3. Each block of code must be commented (purpose, simple algorithm summary)

  4. 4. Each program should have a short description about what it does