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.
null checks are useless, dart is null-safe (a1 and a2 types can't have null value). Without null checks this solution is great
Approved by dfhwze ~~
That depends on your definition of Natural Numbers: https://en.wikipedia.org/wiki/Natural_number
If the given value is 0 then it should return 0.00
You will only be given Natural Numbers as arguments.
0 - is NOT a Natural Number.
Additionally, it would be nice to see a description of a series of numbers somewhere. We can only assume that the divisor starts at 1 and increases by 3.
My first dislike.