Ad
  • Custom User Avatar

    Hi
    I tried this:

    private static int ConvertToCelsius(int temperature) {
          return (int)((temperature - 32)*(5/9))
    

    and it didn't work? Can you make sure it doesn't suffer from rounding issues like all the other translations of this kata