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.
they pass because the test only inlude even diferents between the percentages, wich made the division exact, causing zero decimals in the solution, making it irrelevant if you use float or int. The easy solution to fix it, is to return a float.
you can build a triangle with 3 2 1
c should be remove from the lenguages abiable, due to the inability to pass from a float to an int.
dosen't work fo me