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.
Thank you for the answer! I have never used this before:)
This comment is hidden because it contains spoiler information about the solution
Thank u for the answer!
but the description is "The input string will only consist of lower case letters and/or spaces"
This comment is hidden because it contains spoiler information about the solution
Your for loop just need to check the other cards, not the first one anymore
I mean: for(int i=1; i<cards.Count(); i++)
Hey, why don't you delete all the space between lines in your code before you submit?