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.
Done
That would be great :-)
No but I found the solution. My test cases wasnt correct.
Yeah some help would be nice. I never did a random test with arrays/lists.
Thanks for the hint. I corrected it
I try to create a new Kata. The code is running but wenn I try to make a function out if it says "Time: 88ms Errors: 1".
What kind of error is this?
Ah thx for the translation.
I said it wrong I mean what is the "Expect error:". Never saw It before in any Kata and dont know how to integrate this.
This comment is hidden because it contains spoiler information about the solution
yeah the Java version making trouble since the beginning. I change it several times and republished it but nothing changed ever :-/
I hope a mod will look on it sometimes
yeah the Java version making trouble since the beginning. I change it several times and republished it but nothing changed ever :-/
I hope a mod will look on it sometimes
Then a admin need to fix it because I see
public static int rentalCarCost(int d)
and republished it several times now
Cool thanks for the hint :-)
Ah now I get it. The code and compiler are okay.
You have two numbers for example (2,5) then your code have to sum all the numbers between these two numbers.
So for (2,5) it would be 2+3+4+5 = 14
Maybe a Mod can take a look too?
dunno. for me it looks like this:
public class Kata { public static int rentalCarCost(int d) { } }
Loading more items...