Very interesting but not enough random tests...(Javascript)
Awesome kata!
My mistake, I should have called it score points. I received 8 as opposed to 21. So, my issue still remains.
You would get 21 score points not honor for completing 5 kyu.
I received only 8 honor when I completed this 5 kyu kata as opposed to 21 honor. Is this supposed to happen?
Rust translation kumited. :-)
It now includes random tests and tests for numbers with multiple digits.
No random test of JS/Java.
I've converted this to C#. This will need to be checked and approved. https://www.codewars.com/kumite/5d448b95f93415002b3beef6?sel=5d448b95f93415002b3beef6
Now at least that means something x) Unfortunaely, you'll either have to wait for someone willingful to do it or to solve it in another language and then translate it yourself.
can we have a C# version of this problem?
wth? x/ not a suggestion
C# version
Ahh, I can see how that would turn 0.444 into 0 and 5.25 into 5...thanks!
Assume that expression is always valid and division is always an integer division.
Maybe that? You're using floating point division instead.
Very interesting but not enough random tests...(Javascript)
Awesome kata!
My mistake, I should have called it score points. I received 8 as opposed to 21. So, my issue still remains.
You would get 21 score points not honor for completing 5 kyu.
I received only 8 honor when I completed this 5 kyu kata as opposed to 21 honor. Is this supposed to happen?
Rust translation kumited. :-)
It now includes random tests and tests for numbers with multiple digits.
No random test of JS/Java.
I've converted this to C#. This will need to be checked and approved.
https://www.codewars.com/kumite/5d448b95f93415002b3beef6?sel=5d448b95f93415002b3beef6
Now at least that means something x)
Unfortunaely, you'll either have to wait for someone willingful to do it or to solve it in another language and then translate it yourself.
can we have a C# version of this problem?
wth? x/
not a suggestion
C# version
Ahh, I can see how that would turn 0.444 into 0 and 5.25 into 5...thanks!
Maybe that? You're using floating point division instead.
Loading more items...