Welche Formel wandelt einen Celsius-Wert C in Fahrenheit um?
C
F = (C * 9.0 / 5.0) - 32.0
F = (C * 9.0 / 5.0) + 32.0
F = (C * 5.0 / 9.0) + 32.0
F = (C + 32.0) * 9.0 / 5.0