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.
Additionally, this solution computes the modifying percentage for each iteration:
(1 + percent / 100)
This is an unnecessary performance hit. The value should be cached before the loop body for this solution to qualify as a Best Practice.