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.
Yes, for a basquete play for example.
I used this: int x = Integer.parseInt(s.charAt(0));
In the description says that the team always plays 10 matches, but is secure to use a loop.
Hey RnNn, your advice really helped me. Thanks for that!
Yes, I put Math.floor(result), so thats the problem. I´ll try to round up!
Thanks!