Ad
  • Default User Avatar
  • Custom User Avatar

    I'm not sure but I believe that the translations for katas are about programming languages.
    For example C++ to Java.

  • Custom User Avatar

    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.