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.
a trick assignment. The combination of condition about string length <=3 and the example is confusing!
The description of the exception in the initial code of the kata greatly interfered. )
How i can dislike this kata
Thanks a lot!
Because it's not
Math
, butSystem.Math
.BTW you do not need to round, tests handle this part by themselves.
oh! i understood the reason! it's the same like in my past kata! Using System!!)))
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Hi! I have a question: Why does my function only work in the Codewars text editor if I write "string.Join" - string with a lowercase letter? However, in my Visual Studio, the function works when writing string with both uppercase and lowercase letters.