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.
Exactly, the correct calculated bmi is > 30.0.
Language C#
A Random Test is going Wrong.. someone any idea, why?
Input Weight: 100.85504869532818
Input Height: 1.8323973080289448
Calculated BMI: 28.319859194071586
Result: Test Failed
Expected string length 5 but was 10. Strings differ at index 1.
Expected: "Obese"
But was: "Overweight"
But this is strange because Obese is BMI > 30.0.... ?