public class ClassName {
// fields
fieldType fieldName;
// methods
public returnType methodName() {
statements;
}
}
A couple things look different than programs for past homeworks:
main method. It won't be run like a client program.static keyword in the header.