Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
The provided test cases don't work, complaining that they can't find the
Triangle
class, but the final submission does.The
Student
class doesn't work in the testing area, preventing any tests before submission.I would make sure that the "name" instance variable is declared as private to encourage good encapsulation practices.
The provided tests should include (at least) one with real names rather than simply verifying that the returned array is not null.