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.
No problem, The sample tests in C# seem fine, and there is a fixed test for n = 10 in the final tests:
That also looks good.
Yes, It passes the test if n = 10. What I want to say is test sample does not seem do be correct. Sorry if I talk big. I just starded to learn coding.
And that's what you're asked to do:
This code returns "Great, now move on to tricks" if n = 10
So this is not the best practice. We should instead ask if n >= 10.
clever!!!!
This comment is hidden because it contains spoiler information about the solution