java-class-10

This assignment is so important for me, so I expect at least 90. Please follow the directions.

How you lose points:

  • If your code does not follow Java coding standards regarding naming of classes, variables, methods, constants, etc.
  • If your code is not formatted properly and I find it hard to read.
  • If your code is not commented properly:
  • Every class file should have a header comment that includes your name and assignment number and briefly documents what the program does.
  • If there are known deficiencies with your program such as known problems or incomplete features, these should be clearly listed in the header comment.
  • Every method should have a method header comment that documents what the method does, what its parameters are, and what it returns.