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.
What language? can you post the solution here.
Assuming you are using Java that means that your code can't pass if an array of String type is sent. This code is for creating an utility so it should work for any type of data passed.
Assuming you are using Java that means that your code can't pass if an array of String type is sent. This code is for creating an utility so it should work for any type of data passed.
If you see the description example you can send any type of data not only Integers, just Change the Data type properly and your solution will pass
LE//
please specify language used
please specify language used
I get the problem to work, but only if I use a String array as parameter. When I run tests I get ,,Error: incompatible types: Integer[] cannot be be converted to String[]" What should I try?
I have solved the problem, works when I run it, but when I try to put it in the solution zone I get the failed to parse error. What should I try?