Assignments
Your Java submissions should conform to the following style rules:
The file should not contain any TAB characters.
The names of classes and interfaces must start with a capital letter, the names of fields and methods must start with a lower case letter.
There must be a blank space before every curly brace.
Lines of code and comments must not be longer than 100 characters.
These rules will not be checked automatically by the handin server during Fall 2026.
Names of methods, fields, and sample data
When the assignment describes sample data to be defined, or specifies method or field names, make sure your program uses the prescribed names. Your program will be tested by our code that expects the names to be as specified. Of course, you are free to create additional sample data, and other methods (e.g. helper methods) as desired or necessary.
Fall 2026 uses the seven paired homeworks listed below. The Schedule and the handin server give the current deadlines.