You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exercises/grade-school/description.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,5 +17,5 @@ In the end, you should be able to:
17
17
We have Anna, Barb, and Charlie in grade 1, Alex, Peter, and Zoe in grade 2, and Jim in grade 5.
18
18
So the answer is: Anna, Barb, Charlie, Alex, Peter, Zoe, and Jim."
19
19
20
-
Note that all our students only have one name (it’s a small town, what do you want?), and each student cannot be added more than once to a grade or the roster.
20
+
Note that all our students only have one name (it's a small town, what do you want?), and each student cannot be added more than once to a grade or the roster.
21
21
If a test attempts to add the same student more than once, your implementation should indicate that this is incorrect.
0 commit comments