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