| 
        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 output5 points for dividing into input, processing, and output
              sectionsOther
          
            -5 for not turning in .mcp file-2 if CS99.jar is missingPoints off at grader's discretion if .mcp file cannot be opened
              and project runNo credit if .java file is missing |  |