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.
C++ Error in the test cases:
Here are the cout (in w | h | bmi = w/(h*h) )
81.585 | 2.1 | 18.5 Ok
90.25 | 1.9 | 25 Ok
86.7 | 1.7 | 30 Failed here, Equal to Obese Actual Overweight; this result is contradictory to the instructions if bmi <=30.0 the person is overweight not obese.
that what hungers do to ur brain.
thankful ♥
^
is the wrong operator ;-)This comment is hidden because it contains spoiler information about the solution