|
|
8 лет назад | |
|---|---|---|
| .. | ||
| .meta/src/reference/java | 8 лет назад | |
| src | 8 лет назад | |
| README.md | 9 лет назад | |
| build.gradle | 9 лет назад | |
Given students' names along with the grade that they are in, create a roster for the school.
In the end, you should be able to:
Note that all our students only have one name. (It's a small town, what do you want?)
Did you get the tests passing and the code clean? If you want to, these are some additional things you could try:
Then please share your thoughts in a comment on the submission. Did this experiment make the code better? Worse? Did you learn anything from it?
You can run all the tests for an exercise by entering
$ gradle test
in your terminal.
A pairing session with Phil Battos at gSchool http://gschool.it
It's possible to submit an incomplete solution so you can see how others have completed the exercise.