Ad
  • Custom User Avatar

    There are a problem in C++ test with bmi = 30.0 when w = 86.7 and h = 1.7

    Expected: equal to "Overweight"
    Actual: "Obese"

    The first two fixed tests and all random tests work correctly.

    if you know how floating numbers work (in a binary system as well), then you'll know why computers can't accurately count some values.