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.
I'm not sure but I believe that the translations for katas are about programming languages.
For example C++ to Java.
He needs to drink 0.5 litres of water per hour of cycling.
In the function, the user will specify the amount of time that he spent cycling.
The function should return the amount of litres of water that you should be drinking for that time. The number should be rounded down, for example 1.5 litres for 3 hours but the function would return 1 litres since 1.5 is rounded down.