- Correctness (15 points)
- 5 points for declaring and using a method that calculates
determinants. This must be a method that calculates any
determinant given the four values in the matrix, not a specific
method for solving for x or y. -2 points if they wrote a separate
method for x and y, but not a method for
determinants in general. No penalty for having separate methods
for x and y that call a general method.
- 5 points for correct output
- 5 points for dividing into input, processing, and output
sections
- Other
- -5 for not turning in .mcp file
- -2 if CS99.jar is missing
- Points off at grader's discretion if .mcp file cannot be opened
and project run
- No credit if .java file is missing
|
|