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.
So the description says "The code gives an error!
Kata.A = 123.ToSTring();
Fix it!"
However, the code "Kata.A = 123.ToSTring();" is not present in the Kata. Instead one can simply add a property that returns the value to pass the kata.
That seems contrary to what the kata wants the programmer to achieve.
Maybe more test cases are required? And maybe the code originally supplied needs modification?
I completed this in C#.
This kata is pointless.
This comment is hidden because it contains spoiler information about the solution