Skip to content

Commit 07828b0

Browse files
authored
Update readme.md
1 parent d78446d commit 07828b0

File tree

1 file changed

+11
-1
lines changed
  • src/main/kotlin/g1201_1300/s1280_students_and_examinations

1 file changed

+11
-1
lines changed

src/main/kotlin/g1201_1300/s1280_students_and_examinations/readme.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,14 @@ Examinations table:
102102
| 13 | John | Programming | 1 |
103103
+------------+--------------+--------------+----------------+
104104

105-
**Explanation:** The result table should contain all students and all subjects. Alice attended the Math exam 3 times, the Physics exam 2 times, and the Programming exam 1 time. Bob attended the Math exam 1 time, the Programming exam 1 time, and did not attend the Physics exam. Alex did not attend any exams. John attended the Math exam 1 time, the Physics exam 1 time, and the Programming exam 1 time.
105+
**Explanation:**
106+
107+
The result table should contain all students and all subjects.
108+
109+
Alice attended the Math exam 3 times, the Physics exam 2 times, and the Programming exam 1 time.
110+
111+
Bob attended the Math exam 1 time, the Programming exam 1 time, and did not attend the Physics exam.
112+
113+
Alex did not attend any exams.
114+
115+
John attended the Math exam 1 time, the Physics exam 1 time, and the Programming exam 1 time.

0 commit comments

Comments
 (0)