Skip to content

Commit 08b555a

Browse files
author
Elahi Concha
committed
Change spacing to one sentence per line
1 parent 83b5e8b commit 08b555a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

exercises/grade-school/description.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ In the end, you should be able to:
1313
- Get a sorted list of all students in all grades.
1414
Grades should be sorted as 1, 2, 3, etc., and students within a grade should be sorted alphabetically by name.
1515
- "Who is enrolled in school right now?"
16-
- "Let me think. We have Anna, Barb, and Charlie in grade 1, Alex, Peter, and Zoe in grade 2, and Jim in grade 5. So the answer is: Anna, Barb, Charlie, Alex, Peter, Zoe, and Jim."
16+
- "Let me think.
17+
We have Anna, Barb, and Charlie in grade 1, Alex, Peter, and Zoe in grade 2, and Jim in grade 5.
18+
So the answer is: Anna, Barb, Charlie, Alex, Peter, Zoe, and Jim."
1719

18-
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. If a test attempts to add the same student more than once, your implementation should indicate that this is incorrect.
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+
If a test attempts to add the same student more than once, your implementation should indicate that this is incorrect.

0 commit comments

Comments
 (0)