summary refs log tree commit diff stats
path: root/java/state.sql
diff options
context:
space:
mode:
authorSudipto Mallick <smlckz@termux-alpine>2024-01-27 11:33:43 +0000
committerSudipto Mallick <smlckz@termux-alpine>2024-01-27 11:34:11 +0000
commitcd6a9243c056710794549a1ab5d51fbdd082ce2e (patch)
treef3f4df42bcfa96b9d6ef48da2b33be148adfdd2b /java/state.sql
parent1db2841d10c6920eba89f1e55eb3c90aa770ad07 (diff)
downloadzadania-cd6a9243c056710794549a1ab5d51fbdd082ce2e.tar.gz
Complete Java assignments #7-13
Diffstat (limited to 'java/state.sql')
-rw-r--r--java/state.sql12
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),