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.
Update:
I found out for some reason a variable was getting a value from somewhere... no idea where it comes from as I declared the int with 0 and then strangely it would have a
value of 20 before doing a loop... fixed by declaring it to 0 right before the loop
Does anyone know why the exact same code that I copy and paste from my Eclipse doesn't give me the right resuts in this browser,
but gives the right results in eclipse? I made sure the class names are all correct, but for some reason test 1 works fine but test 2 and 3 the returns are off. In eclipse my
code works totally fine. Any help appreciated, thanks!