| CONTENTS | PREV | NEXT |
This the the Sun Java style manual. You'll need to use it for all the programs you complete for this class.
Each week, you are responsible for passages which are shown in black. Material you are not yet responsible for will be shown in a light gray. You'll want to review the black passages in all 11 pages each week prior to turning in your programs. Currently, the manual has been highlighted for week 2 of classes.
I recommend you write your programs first. Then, once they're working, go back and apply the style standards.
In addition to following the Sun Java code conventions, the first line of all your programs should contain your name, the exercise and the day/time your class meets. Example:
// Greg Swan, ex 3.5, TR 11:15
Revised April 20, 1999