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.
How do you go about "using the returned string to make better guesses"?
So far I am calling guess(number) ten times but really unsure where to go from here
I'm getting this issue as well, not sure why
I assume the count starts at 1?
This is really confusing me.
What I understand of this is that I don't have to generate a random number or "guess" the number. All I have to do is say whether the guessed number matches the random number or (if incorrect), say if it is too high or too low?
If this is the case how am i meant to access the random number and the number guessed?
That is all the problem wants but I also dislike the error reporting, never clear where the error is!
I think it's because negative values can be divided by -1 as well as one and themselves? Don't quote me on that though :)
This comment is hidden because it contains spoiler information about the solution
Output the tests expect do not match output wanted in the description
Lols, you're welcome even if I didn't really help
I agree, this is really poorly written
This error can come up if you run test tests but there are no test cases present, which is the case in this kata :D Either hit submit to check if your code passes or create your own test cases
Seems like there's an issue with your code, so we can't tell you what's wrong unless you post an example of what you wrote
What's wrong with this?
I have this issue as well! Passes fine with my tests but when I submit it's an "Unknown Error"