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.
I have solved this Kata in C#.
I think the Kata description is poor/not clear. It should state clearly that error checking has to be implemented, and in case of multiple numbers with no operator in input string, the calculator should return the last number in the input string (not the first or second)?!
The problem i found is that my solution passed all sample tests, however when attempting the Kata i got two tests failing:
I could only find out that error checking has to be implemented in the way above by checking the questions section.
Please correct the description for the community.
Beautiful