Simple Java Coding Style Requirements

Please adhere to the following five simple rules when submitting your I206 programming assignments.

1. Include your name in the submission (all uploaded text files should include your name at the top).

2. Use 'descriptive' variable names (no single letter names except for loop control variables).

3. We would appreciate if you limit your lines to 80 characters. This allows for a clean hardcopy printout.

4. Include special compilation instructions (if any). Note that the teaching staff discourages any platform/compiler specific optimizations.

5. Include sample output of running your program.