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.
ok I just re-ran it.. now it works. Ghost in the machine..
it returns 100, the attempt says it should have been 0.. from input exam = 0 projects 11.. I'm lost
This comment is hidden because it contains spoiler information about the solution
I have given up on this for now, until it is clarified - if it is intended to be a "or" or "and". As the attempt seems to keep failing due to returning what apears to be the correct logic for what is currently written. Really wish i could screen shot
"100, if a grade for the exam is more than 90 or if a number of completed projects more than 10."
the magical "OR" in the middle of the sentance does not seem to commpute when student get 0 in exam and do 11 projects, surely student has 100 not 0.