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 your help!
Yes. I understood my mistake. Can you recheck my kata again?
One more question. How to delete your wrong solution now? Is there any way to do it or I should create new kata and delete existing one? Thank you for your help. I create this kata first time in my life... Sorry.
Yep! I understood my fault! Thank you! Improved. Can you check it again, please. And approve that I am done. Sorry, it's my first kata... Thank you for your help.
I didn't included random tests because the month value always are correct(please read kata instructions carefully). There are only 12 of months in the year. My fixed tests include checking all 12 months when the user presses 'ATTEMPT' button. Random tests are only needed when the algorithm can receive an infinite number of inputs. Here, this value is fixed and equals 12. And when the user presses 'ATTEMPT' button, all 12 are checked.
Improved! Thank you for finding the issue.