carlied8347 carlied8347 10-01-2024 Engineering contestada Complete the method kelvintofahrenheit() that takes one integer parameter as a temperature in Kelvin. What data type should the method return for the temperature converted to Fahrenheit? A) float B) double C) int D) string