Qual cálculo converte um valor Celsius C para Fahrenheit?
C
F = (C + 9 / 5) * 32
F = C - 32
F = (C * 9 / 5) + 32
F = C / 32