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.
While Attempting in C# there is an error;
While doing the tests everything works as Expected. What's up with Attempt testing??
If I don't add using then I receive an error if using Convert.ToInt32();
is it allowed to add using System; to be able to use Convert.ToInt32?
Without this line I'd receive an error: "The name 'Convert' does not exist in the current context"
This comment is hidden because it contains spoiler information about the solution