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.
g964 !
I agree with you on basic tests, but on complex tests (when we send the code), can you tell me if there is any way for the platform to display the arguments used in the assertiveness test?
This would make it easier to identify why we were unable to send the code, but we were able to pass simple tests.
You are welcome!
thank you for your reply :-)
When you test a program 3 or 4 examples are not -unfortunately- sufficient:-( You may have edge cases. Your rounding/truncating may be correct in some cases but not in all cases. Several people passed the tests without problems. Never have doubts about the tests, rather have doubts about your code. You are still a real beginner so be modest:-) Good luck!
C#. but if the code works fine with 3 or 4 example why shouldn't it work for another examples?
First: which language? Then: when you submit tests are more difficult and long.
Hi! my code works fine with the Test Cases and when I click on "Run Tests" it passes the tests. but when I try to submit the answer it tells me that the answers are incorrect. what should I do? I checked the program with my own compiler with different strings and it worked fine /o\