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.
I had fun doing it, and I am pretty sure my code works, however one of the test cases for obtuse is (180,0,0) which shouldn't be a triangle, yet the tests insists it should be an obtuse. The code passes all the tests in "Run Tests" but yet fails after clicking submit.
What gives?
This is the output I'm getting:
Values are: 180, 0, 0
Expected: 3, instead got: 0
I need a little help.
I've spent more time than I care to admit, but I am stuck on the "making sure you're back where you started" part. I am sure it's just a bit of simple math in the array, but for the life of me nothing is coming to my head.