diff options
Diffstat (limited to 'java/state.sql')
-rw-r--r-- | java/state.sql | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/java/state.sql b/java/state.sql index 24bc8fe..d0c22bd 100644 --- a/java/state.sql +++ b/java/state.sql @@ -11,13 +11,13 @@ INSERT INTO `assignments` VALUES ('MatrixOperations', 1, 1, 1, 1), ('AddTwoNumbers', 1, 1, 1, 1), ('CylinderCalculations', 1, 1, 1, 1), - ('ComplexCalculations', 1, 0, 1, 1), - ('FindNumberInArray', 1, 0, 0, 1), + ('ComplexCalculations', 1, 1, 1, 1), + ('FindNumberInArray', 1, 1, 1, 1), ('StaticExecution', 1, 1, 1, 1), - ('SingletonExample', 1, 1, 0, 1), - ('StudentsArray', 1, 0, 0, 1), - ('BankAccountExample', 1, 0, 0, 1), - ('ShapeAreaCalculations', 1, 0, 0, 0), + ('SingletonExample', 1, 1, 1, 1), + ('StudentsArray', 1, 1, 1, 1), + ('BankAccountExample', 1, 1, 1, 1), + ('ShapeAreaCalculations', 1, 1, 1, 0), ('AbstractShapeCalculations', 1, 0, 0, 0), ('ParentWithTwoChildren', 1, 1, 1, 0), ('CuboidCalculations', 1, 1, 0, 0), |