Ad
  • Custom User Avatar

    This kata is bugged and it does not handle rounding properly. The fact that you have problems is not your fault. The kata is wrong.
    If you really want to pass tests, you need to use formula double celsius = (temperature - 32.0) * 5 / 9.0;. But it should not be necessary. It's kata error.