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.
OP solved it, closing
Have you read the description? You need to add a space between each word, and your code doesn't do this. The only reason you have 1 failing test is because there are only 3 tests in total, otherwise you would fail many more of them.
What am I supposed to do about the thwartbadequals? What is it trying to input?
i still don't know what the thwartbadequals means
That arrays are zero-indexed, so, for an array of length 3, the valid indices are 0, 1 and 2.
what does Index 3 out of bounds for length 3 mean?
Scala translation
Not a kata issue, you should replace the
...
with something that makes the function able to take an arbitrary number of arguments. It's like that in every language.In java:
Why does it give me errors right before I even type anything?
It says,
"illegal start of type
public static boolean isDivisible(...) {
^"
Not to mention that this was how the code was when I started this kata.
I'm not sure if that's a problem or something.
Oh wait i can just compare the 2 numbers. Nevermind.
This comment is hidden because it contains spoiler information about the solution
sus
the test cases tell me nothing
El kata muy bien.
Hay no problemas en mi código!
:)
Got confused at first, but nice kata
:)
Loading more items...