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.
Updated.
Let me know if it's clear now.
Thank you!
:)
The instructions are not idiomatic English, and aren't really that clear.
"We need to write some code to return the original price of type decimal, having discounted price and sale value handy of type decimal as well, original price must be rounded to two decimal places."
How about:
You always buy things on sale. You are usually pretty good with your accounting, but this month you forgot to write down the original prices of some of your purchases. Given a discounted price and a discount percentage, write some code to return the original price (to two decimal places).
It's good; just needed clarification with 'round to nearest hundredth'
Unclear description