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.
Hi noLan,
Thank you for your quick response. The linked helped a lot. I misunderstood the rule describing how strikes work.
I will fix my code during this week and submit the solution.
Thank you for assisting with this.
Regards,
Andrew
Hi noLan,
Did you recently change anything for this test?
I am trying to solve this using Java, but in some cases I get a different answer to yours.
When I calculate the answer manually, my answer seems to be correct.
Here is a couple of examples:
"63 52 8/ 06 X X 3/ 7/ 8/ 53" - You expect 133, but when I calculate it manually I get 140 (and also when I execute my solution).
"X X 9/ 80 X X 90 8/ 7/ 44" - You expect 171, but I get 173 (manually and using my solution).
Am I misunderstanding how to calculate the score, or is there something wrong with the expected solution(s)?
Could you please assist with this?